LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for latps: triangular solve with robust scaling:

Functions

subroutine clatps (UPLO, TRANS, DIAG, NORMIN, N, AP, X, SCALE, CNORM, INFO)
 CLATPS solves a triangular system of equations with the matrix held in packed storage. More...
 
subroutine dlatps (UPLO, TRANS, DIAG, NORMIN, N, AP, X, SCALE, CNORM, INFO)
 DLATPS solves a triangular system of equations with the matrix held in packed storage. More...
 
subroutine slatps (UPLO, TRANS, DIAG, NORMIN, N, AP, X, SCALE, CNORM, INFO)
 SLATPS solves a triangular system of equations with the matrix held in packed storage. More...
 
subroutine zlatps (UPLO, TRANS, DIAG, NORMIN, N, AP, X, SCALE, CNORM, INFO)
 ZLATPS solves a triangular system of equations with the matrix held in packed storage. More...
 

Detailed Description