[SDCZ]GGGLM - can ref elements of array outside of bounds
First call to [SDCZ]TRSV and [SDCZ]COPY and subsequent call to
[SDCZ}GEMV should be enclose in
IF (N.GT.M) THEN
...
END IF
blocks.
This prevents referencing Y(P+1) in calls to these routines.
[SDCZ}GEMV should be enclose in
IF (N.GT.M) THEN
...
END IF
blocks.
This prevents referencing Y(P+1) in calls to these routines.