GETRS: solves a system of linear equations A * X = B, A**T * X = B, or A**H * X = B with a general N-by-N matrix A using the LU factorization computed by CGETRF.
More...
GETRS: solves a system of linear equations A * X = B, A**T * X = B, or A**H * X = B with a general N-by-N matrix A using the LU factorization computed by CGETRF.
◆ la_cgetrs()
| la_lapack::getrs::la_cgetrs |
◆ la_dgetrs()
| la_lapack::getrs::la_dgetrs |
◆ la_qgetrs()
| la_lapack::getrs::la_qgetrs |
◆ la_sgetrs()
| la_lapack::getrs::la_sgetrs |
◆ la_wgetrs()
| la_lapack::getrs::la_wgetrs |
◆ la_zgetrs()
| la_lapack::getrs::la_zgetrs |
The documentation for this interface was generated from the following file: