|
SABER
|
Public Member Functions | |
| subroutine | func_syminv (mpl, n, a, c) |
| Compute inverse of a symmetric matrix. More... | |
Definition at line 151 of file tools_func.F90.
| subroutine tools_func::syminv::func_syminv | ( | type(mpl_type), intent(inout) | mpl, |
| integer, intent(in) | n, | ||
| real(kind_real), dimension(n,n), intent(in) | a, | ||
| real(kind_real), dimension(n,n), intent(out) | c | ||
| ) |
Compute inverse of a symmetric matrix.
| [in,out] | mpl | MPI data |
| [in] | n | Matrix rank |
| [in] | a | Matrix |
| [out] | c | Matrix inverse |
Definition at line 1704 of file tools_func.F90.