SABER
|
Public Member Functions | |
subroutine | func_cholesky (mpl, n, a, u) |
Compute cholesky decomposition. More... | |
Definition at line 148 of file tools_func.F90.
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.
[in,out] | mpl | MPI data |
[in] | n | Matrix rank |
[in] | a | Matrix |
[out] | u | Matrix square-root |
Definition at line 1643 of file tools_func.F90.