SABER
|
Public Member Functions | |
subroutine | asa007_syminv (mpl, n, nn, a, c) |
Compute inverse of a symmetric matrix. More... | |
Definition at line 51 of file tools_asa007.F90.
subroutine tools_asa007::syminv::asa007_syminv | ( | type(mpl_type), intent(inout) | mpl, |
integer, intent(in) | n, | ||
integer, intent(in) | nn, | ||
real(kind_real), dimension(nn), intent(in) | a, | ||
real(kind_real), dimension(nn), intent(out) | c | ||
) |
Compute inverse of a symmetric matrix.
[in,out] | mpl | MPI data |
[in] | n | Matrix rank |
[in] | nn | Half-matrix size (n*(n-1)/2) |
[in] | a | Matrix |
[out] | c | Matrix inverse |
Definition at line 139 of file tools_asa007.F90.