SABER
tools_func::cholesky Interface Reference

Public Member Functions

subroutine func_cholesky (mpl, n, a, u)
 Compute cholesky decomposition. More...
 

Detailed Description

Definition at line 148 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_cholesky()

subroutine tools_func::cholesky::func_cholesky ( 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)  u 
)

Compute cholesky decomposition.

Parameters
[in,out]mplMPI data
[in]nMatrix rank
[in]aMatrix
[out]uMatrix square-root

Definition at line 1643 of file tools_func.F90.


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