Go to the source code of this file.
|
subroutine | tools_wrfda::wrfda_pseudoinv (mpl, n, a, ainv, mmax, var_th) |
| Compute the pseudo-inverse of a covariance matrix. More...
|
|
subroutine | tools_wrfda::wrfda_da_eof_decomposition (mpl, n, a, evec, eval) |
| Compute eigenvectors and eigenvalues of a covariance matrix. More...
|
|
integer function | tools_wrfda::wrfda_da_eof_dominant_mode (n, eval, var_th) |
| Compute dominant mode given a variance threshold. More...
|
|
subroutine | tools_wrfda::wrfda_da_eof_recomposition (n, mmax, evec, eval, a) |
| Recompute covariance matrix from a subset of eigenvectors and eigenvalues. More...
|
|