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. | |
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. | |
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. | |
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. | |