SABER
tools_asa007::syminv Interface Reference

Public Member Functions

subroutine asa007_syminv (mpl, n, nn, a, c)
 Compute inverse of a symmetric matrix. More...
 

Detailed Description

Definition at line 51 of file tools_asa007.F90.

Member Function/Subroutine Documentation

◆ asa007_syminv()

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.

Parameters
[in,out]mplMPI data
[in]nMatrix rank
[in]nnHalf-matrix size (n*(n-1)/2)
[in]aMatrix
[out]cMatrix inverse

Definition at line 139 of file tools_asa007.F90.


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