LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Collaboration diagram for getrs: triangular solve using factor:

Functions

subroutine cgetrs (trans, n, nrhs, a, lda, ipiv, b, ldb, info)
 CGETRS
 
subroutine dgetrs (trans, n, nrhs, a, lda, ipiv, b, ldb, info)
 DGETRS
 
subroutine sgetrs (trans, n, nrhs, a, lda, ipiv, b, ldb, info)
 SGETRS
 
subroutine zgetrs (trans, n, nrhs, a, lda, ipiv, b, ldb, info)
 ZGETRS
 

Detailed Description