summaryrefslogtreecommitdiff
path: root/SRC/spbsvx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-01-08 05:27:18 +0000
committerjulie <julielangou@users.noreply.github.com>2012-01-08 05:27:18 +0000
commit491fcee0303e374ba6df7b44247747624b956131 (patch)
treed7fb66ee3ec8d632c00918f8fea282a587aef9a7 /SRC/spbsvx.f
parenta055c28aa29a338fef15d9d4550b03bcbbfda298 (diff)
downloadlapack-491fcee0303e374ba6df7b44247747624b956131.tar.gz
lapack-491fcee0303e374ba6df7b44247747624b956131.tar.bz2
lapack-491fcee0303e374ba6df7b44247747624b956131.zip
Fix minor problem in some comments...
Diffstat (limited to 'SRC/spbsvx.f')
-rw-r--r--SRC/spbsvx.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/spbsvx.f b/SRC/spbsvx.f
index eb0b9f6d..84f27443 100644
--- a/SRC/spbsvx.f
+++ b/SRC/spbsvx.f
@@ -161,7 +161,7 @@
*>
*> \param[in,out] AFB
*> \verbatim
-*> AFB is or output) REAL array, dimension (LDAFB,N)
+*> AFB is REAL array, dimension (LDAFB,N)
*> If FACT = 'F', then AFB is an input argument and on entry
*> contains the triangular factor U or L from the Cholesky
*> factorization A = U**T*U or A = L*L**T of the band matrix
@@ -187,7 +187,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
@@ -198,7 +198,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