SABER
tools_func::syminv Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 151 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_syminv()

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.

Parameters
[in,out]mplMPI data
[in]nMatrix rank
[in]aMatrix
[out]cMatrix inverse

Definition at line 1704 of file tools_func.F90.


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