SABER
|
Public Member Functions | |
subroutine | wrfda_pseudoinv (mpl, n, a, ainv, mmax, var_th) |
Compute the pseudo-inverse of a covariance 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) | ainv, | ||
integer, intent(in), optional | mmax, | ||
real(kind_real), intent(in), optional | var_th | ||
) |
Compute the pseudo-inverse of a covariance matrix.
[in,out] | mpl | MPI data |
[in] | n | Matrix size |
[in] | a | Matrix |
[out] | ainv | Matrix inverse |
[in] | mmax | Dominant mode |
[in] | var_th | Variance threshold |
Definition at line 65 of file tools_wrfda.F90.