SABER
|
Public Member Functions | |
subroutine | wrfda_pseudoinv (mpl, n, a, c, mmax, var_th) |
Compute pseudo inverse of a symmetric matrix. More... | |
Definition at line 43 of file tools_wrfda.F90.
subroutine tools_wrfda::pseudoinv::wrfda_pseudoinv | ( | 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) | c, | ||
integer, intent(in), optional | mmax, | ||
real(kind_real), intent(in), optional | var_th | ||
) |
Compute pseudo inverse of a symmetric matrix.
[in,out] | mpl | MPI data |
[in] | n | Matrix rank |
[in] | a | Matrix |
[out] | c | Matrix inverse |
[in] | mmax | Dominant mode |
[in] | var_th | Variance threshold |
Definition at line 59 of file tools_wrfda.F90.