|
SABER
|
Public Member Functions | |
| subroutine | minim_minfit (mpl, n, tol, a, q) |
| Singular value decomposition of an N by N array. More... | |
Definition at line 117 of file type_minim.F90.
| subroutine type_minim::minfit::minim_minfit | ( | type(mpl_type), intent(inout) | mpl, |
| integer, intent(in) | n, | ||
| real(kind_real), intent(in) | tol, | ||
| real(kind_real), dimension(n,n), intent(inout) | a, | ||
| real(kind_real), dimension(n), intent(inout) | q | ||
| ) |
Singular value decomposition of an N by N array.
| [in,out] | mpl | MPI data |
| [in] | n | Order of the matrix |
| [in] | tol | Tolerance |
| [in,out] | a | Matrix |
| [in,out] | q | Singular values |
Definition at line 1138 of file type_minim.F90.