version 1.10, 2011/11/21 22:19:54
|
version 1.16, 2016/08/27 15:35:02
|
Line 1
|
Line 1
|
*> \brief \b ZLATBS |
*> \brief \b ZLATBS solves a triangular banded system of equations. |
* |
* |
* =========== DOCUMENTATION =========== |
* =========== DOCUMENTATION =========== |
* |
* |
Line 135
|
Line 135
|
*> |
*> |
*> \param[in,out] CNORM |
*> \param[in,out] CNORM |
*> \verbatim |
*> \verbatim |
*> CNORM is or output) DOUBLE PRECISION array, dimension (N) |
*> CNORM is DOUBLE PRECISION array, dimension (N) |
*> |
*> |
*> If NORMIN = 'Y', CNORM is an input argument and CNORM(j) |
*> If NORMIN = 'Y', CNORM is an input argument and CNORM(j) |
*> contains the norm of the off-diagonal part of the j-th column |
*> contains the norm of the off-diagonal part of the j-th column |
Line 163
|
Line 163
|
*> \author Univ. of Colorado Denver |
*> \author Univ. of Colorado Denver |
*> \author NAG Ltd. |
*> \author NAG Ltd. |
* |
* |
*> \date November 2011 |
*> \date September 2012 |
* |
* |
*> \ingroup complex16OTHERauxiliary |
*> \ingroup complex16OTHERauxiliary |
* |
* |
Line 243
|
Line 243
|
SUBROUTINE ZLATBS( UPLO, TRANS, DIAG, NORMIN, N, KD, AB, LDAB, X, |
SUBROUTINE ZLATBS( UPLO, TRANS, DIAG, NORMIN, N, KD, AB, LDAB, X, |
$ SCALE, CNORM, INFO ) |
$ SCALE, CNORM, INFO ) |
* |
* |
* -- LAPACK auxiliary routine (version 3.4.0) -- |
* -- LAPACK auxiliary routine (version 3.4.2) -- |
* -- LAPACK is a software package provided by Univ. of Tennessee, -- |
* -- LAPACK is a software package provided by Univ. of Tennessee, -- |
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- |
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- |
* November 2011 |
* September 2012 |
* |
* |
* .. Scalar Arguments .. |
* .. Scalar Arguments .. |
CHARACTER DIAG, NORMIN, TRANS, UPLO |
CHARACTER DIAG, NORMIN, TRANS, UPLO |