SABER
tools_wrfda::pseudoinv Interface Reference

Public Member Functions

subroutine wrfda_pseudoinv (mpl, n, a, ainv, mmax, var_th)
 Compute the pseudo-inverse of a covariance matrix. More...
 

Detailed Description

Definition at line 43 of file tools_wrfda.F90.

Member Function/Subroutine Documentation

◆ wrfda_pseudoinv()

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.

Parameters
[in,out]mplMPI data
[in]nMatrix size
[in]aMatrix
[out]ainvMatrix inverse
[in]mmaxDominant mode
[in]var_thVariance threshold

Definition at line 65 of file tools_wrfda.F90.


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