version 1.14, 2018/05/29 06:55:14
|
version 1.16, 2023/08/07 08:38:44
|
Line 168
|
Line 168
|
*> \author Univ. of Colorado Denver |
*> \author Univ. of Colorado Denver |
*> \author NAG Ltd. |
*> \author NAG Ltd. |
* |
* |
*> \date December 2016 |
|
* |
|
*> \ingroup double_blas_level2 |
*> \ingroup double_blas_level2 |
* |
* |
*> \par Further Details: |
*> \par Further Details: |
Line 189
|
Line 187
|
* ===================================================================== |
* ===================================================================== |
SUBROUTINE DTBSV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) |
SUBROUTINE DTBSV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX) |
* |
* |
* -- Reference BLAS level2 routine (version 3.7.0) -- |
* -- Reference BLAS level2 routine -- |
* -- Reference BLAS is a software package provided by Univ. of Tennessee, -- |
* -- Reference BLAS 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..-- |
* December 2016 |
|
* |
* |
* .. Scalar Arguments .. |
* .. Scalar Arguments .. |
INTEGER INCX,K,LDA,N |
INTEGER INCX,K,LDA,N |
Line 396
|
Line 393
|
* |
* |
RETURN |
RETURN |
* |
* |
* End of DTBSV . |
* End of DTBSV |
* |
* |
END |
END |