![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | clatrs3 (UPLO, TRANS, DIAG, NORMIN, N, NRHS, A, LDA, X, LDX, SCALE, CNORM, WORK, LWORK, INFO) |
CLATRS3 solves a triangular system of equations with the scale factors set to prevent overflow. More... | |
subroutine | dlatrs3 (UPLO, TRANS, DIAG, NORMIN, N, NRHS, A, LDA, X, LDX, SCALE, CNORM, WORK, LWORK, INFO) |
DLATRS3 solves a triangular system of equations with the scale factors set to prevent overflow. More... | |
subroutine | slatrs3 (UPLO, TRANS, DIAG, NORMIN, N, NRHS, A, LDA, X, LDX, SCALE, CNORM, WORK, LWORK, INFO) |
SLATRS3 solves a triangular system of equations with the scale factors set to prevent overflow. More... | |
subroutine | zlatrs3 (UPLO, TRANS, DIAG, NORMIN, N, NRHS, A, LDA, X, LDX, SCALE, CNORM, WORK, LWORK, INFO) |
ZLATRS3 solves a triangular system of equations with the scale factors set to prevent overflow. More... | |