LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
latrs3: triangular solve with robust scaling, level 3
Collaboration diagram for latrs3: triangular solve with robust scaling, level 3:

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.
 

Detailed Description