ZCGESV, ZCPOSV; parameter WORK: dimension (N*NRHS) -> (N,NRHS)
authorHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 21:10:37 +0000 (23:10 +0200)
committerHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 21:10:37 +0000 (23:10 +0200)
analogous to DSGESV, DSPOSV

SRC/zcgesv.f
SRC/zcposv.f

index 8240e2b..142a0e7 100644 (file)
 *>
 *> \param[out] WORK
 *> \verbatim
-*>          WORK is COMPLEX*16 array, dimension (N*NRHS)
+*>          WORK is COMPLEX*16 array, dimension (N,NRHS)
 *>          This array is used to hold the residual vectors.
 *> \endverbatim
 *>
index 3159c3d..c90a70c 100644 (file)
 *>
 *> \param[out] WORK
 *> \verbatim
-*>          WORK is COMPLEX*16 array, dimension (N*NRHS)
+*>          WORK is COMPLEX*16 array, dimension (N,NRHS)
 *>          This array is used to hold the residual vectors.
 *> \endverbatim
 *>