SABER
tools_wrfda::da_eof_decomposition Interface Reference

Public Member Functions

subroutine wrfda_da_eof_decomposition (mpl, n, a, evec, eval)
 Compute eigenvectors and eigenvalues of a covariance matrix. More...
 

Detailed Description

Definition at line 46 of file tools_wrfda.F90.

Member Function/Subroutine Documentation

◆ wrfda_da_eof_decomposition()

subroutine tools_wrfda::da_eof_decomposition::wrfda_da_eof_decomposition ( 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)  evec,
real(kind_real), dimension(n), intent(out)  eval 
)

Compute eigenvectors and eigenvalues of a covariance matrix.

Parameters
[in,out]mplMPI data
[in]nMatrix size
[in]aMatrix
[out]evecEigenvectors
[out]evalEigenvalues

Definition at line 125 of file tools_wrfda.F90.


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