fortran-lapack
Loading...
Searching...
No Matches
la_lapack::getrs Interface Reference

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

Public Member Functions

 la_cgetrs
 
 la_dgetrs
 
 la_qgetrs
 
 la_sgetrs
 
 la_wgetrs
 
 la_zgetrs
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ 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: