minor fix: add comment to warn that vector and matrix arguments are not referenced...
authorjulie <julielangou@users.noreply.github.com>
Tue, 4 Jan 2011 19:58:09 +0000 (19:58 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 4 Jan 2011 19:58:09 +0000 (19:58 +0000)
commit6cb10ef589f5c8840d21fc937ccc57cf4112b70d
tree3a59ad9956ba5c40dd7378244a70c9e485e95ebd
parent8326a972ee36357ae635e91b43e9c250ed35a202
minor fix: add comment to warn that vector and matrix arguments are not referenced when N = 0, or M = 0
32 files changed:
BLAS/SRC/cgbmv.f
BLAS/SRC/cgemv.f
BLAS/SRC/chbmv.f
BLAS/SRC/chemv.f
BLAS/SRC/chpmv.f
BLAS/SRC/ctbmv.f
BLAS/SRC/ctpmv.f
BLAS/SRC/ctrmv.f
BLAS/SRC/dgbmv.f
BLAS/SRC/dgemv.f
BLAS/SRC/dsbmv.f
BLAS/SRC/dspmv.f
BLAS/SRC/dsymv.f
BLAS/SRC/dtbmv.f
BLAS/SRC/dtpmv.f
BLAS/SRC/dtrmv.f
BLAS/SRC/sgbmv.f
BLAS/SRC/sgemv.f
BLAS/SRC/ssbmv.f
BLAS/SRC/sspmv.f
BLAS/SRC/ssymv.f
BLAS/SRC/stbmv.f
BLAS/SRC/stpmv.f
BLAS/SRC/strmv.f
BLAS/SRC/zgbmv.f
BLAS/SRC/zgemv.f
BLAS/SRC/zhbmv.f
BLAS/SRC/zhemv.f
BLAS/SRC/zhpmv.f
BLAS/SRC/ztbmv.f
BLAS/SRC/ztpmv.f
BLAS/SRC/ztrmv.f