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

GETRI: computes the inverse of a matrix using the LU factorization computed by CGETRF. This method inverts U and then computes inv(A) by solving the system inv(A)*L = inv(U) for inv(A). More...

Public Member Functions

 la_cgetri
 
 la_dgetri
 
 la_qgetri
 
 la_sgetri
 
 la_wgetri
 
 la_zgetri
 

Detailed Description

GETRI: computes the inverse of a matrix using the LU factorization computed by CGETRF. This method inverts U and then computes inv(A) by solving the system inv(A)*L = inv(U) for inv(A).

Member Function/Subroutine Documentation

◆ la_cgetri()

la_lapack::getri::la_cgetri

◆ la_dgetri()

la_lapack::getri::la_dgetri

◆ la_qgetri()

la_lapack::getri::la_qgetri

◆ la_sgetri()

la_lapack::getri::la_sgetri

◆ la_wgetri()

la_lapack::getri::la_wgetri

◆ la_zgetri()

la_lapack::getri::la_zgetri

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