diff options
author | julie <julielangou@users.noreply.github.com> | 2011-04-02 11:08:56 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-04-02 11:08:56 +0000 |
commit | f2953573ede24d7f8c01fdb18de48f65f00a9943 (patch) | |
tree | 53172aa9083b9aa1abe2d6c130f7c173d8d8725b /SRC/zlaqsb.f | |
parent | 53b71f5605f83d116ab6bcf477bfb6d2ca757de1 (diff) | |
download | lapack-f2953573ede24d7f8c01fdb18de48f65f00a9943.tar.gz lapack-f2953573ede24d7f8c01fdb18de48f65f00a9943.tar.bz2 lapack-f2953573ede24d7f8c01fdb18de48f65f00a9943.zip |
First pass to homgenize notation for transpose (**T) and conjugate transpose (**H)
Corresponds to bug0024
Diffstat (limited to 'SRC/zlaqsb.f')
-rw-r--r-- | SRC/zlaqsb.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zlaqsb.f b/SRC/zlaqsb.f index 666109b7..5ec4adb4 100644 --- a/SRC/zlaqsb.f +++ b/SRC/zlaqsb.f @@ -46,7 +46,7 @@ * if UPLO = 'L', AB(1+i-j,j) = A(i,j) for j<=i<=min(n,j+kd). * * On exit, if INFO = 0, the triangular factor U or L from the -* Cholesky factorization A = U'*U or A = L*L' of the band +* Cholesky factorization A = U**T *U or A = L*L**T of the band * matrix A, in the same storage format as A. * * LDAB (input) INTEGER |