SABER
tools_asa007::cholesky Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 48 of file tools_asa007.F90.

Member Function/Subroutine Documentation

◆ asa007_cholesky()

subroutine tools_asa007::cholesky::asa007_cholesky ( 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)  u 
)

Compute cholesky decomposition.

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

Definition at line 64 of file tools_asa007.F90.


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