| 
    SABER
    
   | 
 
Public Member Functions | |
| subroutine | asa007_cholesky (mpl, n, nn, a, u) | 
| Compute cholesky decomposition.  More... | |
Definition at line 48 of file tools_asa007.F90.
| 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.
| [in,out] | mpl | MPI data | 
| [in] | n | Matrix rank | 
| [in] | nn | Half-matrix size (n*(n-1)/2) | 
| [in] | a | Matrix | 
| [out] | u | Matrix square-root | 
Definition at line 64 of file tools_asa007.F90.