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