diff options
author | julie <julielangou@users.noreply.github.com> | 2012-01-08 05:27:18 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2012-01-08 05:27:18 +0000 |
commit | 491fcee0303e374ba6df7b44247747624b956131 (patch) | |
tree | d7fb66ee3ec8d632c00918f8fea282a587aef9a7 /SRC/cposvx.f | |
parent | a055c28aa29a338fef15d9d4550b03bcbbfda298 (diff) | |
download | lapack-491fcee0303e374ba6df7b44247747624b956131.tar.gz lapack-491fcee0303e374ba6df7b44247747624b956131.tar.bz2 lapack-491fcee0303e374ba6df7b44247747624b956131.zip |
Fix minor problem in some comments...
Diffstat (limited to 'SRC/cposvx.f')
-rw-r--r-- | SRC/cposvx.f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/cposvx.f b/SRC/cposvx.f index 53bd377e..9e5b773a 100644 --- a/SRC/cposvx.f +++ b/SRC/cposvx.f @@ -155,7 +155,7 @@ *> *> \param[in,out] AF *> \verbatim -*> AF is or output) COMPLEX array, dimension (LDAF,N) +*> AF is COMPLEX array, dimension (LDAF,N) *> If FACT = 'F', then AF is an input argument and on entry *> contains the triangular factor U or L from the Cholesky *> factorization A = U**H*U or A = L*L**H, in the same storage @@ -182,7 +182,7 @@ *> *> \param[in,out] EQUED *> \verbatim -*> EQUED is or output) CHARACTER*1 +*> EQUED is CHARACTER*1 *> Specifies the form of equilibration that was done. *> = 'N': No equilibration (always true if FACT = 'N'). *> = 'Y': Equilibration was done, i.e., A has been replaced by @@ -193,7 +193,7 @@ *> *> \param[in,out] S *> \verbatim -*> S is or output) REAL array, dimension (N) +*> S is REAL array, dimension (N) *> The scale factors for A; not accessed if EQUED = 'N'. S is *> an input argument if FACT = 'F'; otherwise, S is an output *> argument. If FACT = 'F' and EQUED = 'Y', each element of S |