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

GESVX: uses the LU factorization to compute the solution to a real system of linear equations A * X = B, where A is an N-by-N matrix and X and B are N-by-NRHS matrices. Error bounds on the solution and a condition estimate are also provided. More...

Public Member Functions

 la_cgesvx
 
 la_dgesvx
 
 la_qgesvx
 
 la_sgesvx
 
 la_wgesvx
 
 la_zgesvx
 

Detailed Description

GESVX: uses the LU factorization to compute the solution to a real system of linear equations A * X = B, where A is an N-by-N matrix and X and B are N-by-NRHS matrices. Error bounds on the solution and a condition estimate are also provided.

Member Function/Subroutine Documentation

◆ la_cgesvx()

la_lapack::gesvx::la_cgesvx

◆ la_dgesvx()

la_lapack::gesvx::la_dgesvx

◆ la_qgesvx()

la_lapack::gesvx::la_qgesvx

◆ la_sgesvx()

la_lapack::gesvx::la_sgesvx

◆ la_wgesvx()

la_lapack::gesvx::la_wgesvx

◆ la_zgesvx()

la_lapack::gesvx::la_zgesvx

The documentation for this interface was generated from the following file: