SABER
tools_wrfda::pseudoinv Interface Reference

Public Member Functions

subroutine wrfda_pseudoinv (mpl, n, a, c, mmax, var_th)
 Compute pseudo inverse of a symmetric 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)  c,
integer, intent(in), optional  mmax,
real(kind_real), intent(in), optional  var_th 
)

Compute pseudo inverse of a symmetric matrix.

Parameters
[in,out]mplMPI data
[in]nMatrix rank
[in]aMatrix
[out]cMatrix inverse
[in]mmaxDominant mode
[in]var_thVariance threshold

Definition at line 59 of file tools_wrfda.F90.


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