#include <densemat.hpp>
Definition at line 943 of file densemat.hpp.
◆ DenseMatrixSVD() [1/2]
| mfem::DenseMatrixSVD::DenseMatrixSVD |
( |
DenseMatrix & |
M, |
|
|
bool |
left_singular_vectors = false, |
|
|
bool |
right_singlular_vectors = false |
|
) |
| |
◆ DenseMatrixSVD() [2/2]
| mfem::DenseMatrixSVD::DenseMatrixSVD |
( |
int |
h, |
|
|
int |
w, |
|
|
bool |
left_singular_vectors = false, |
|
|
bool |
right_singlular_vectors = false |
|
) |
| |
◆ ~DenseMatrixSVD()
| mfem::DenseMatrixSVD::~DenseMatrixSVD |
( |
| ) |
|
◆ Eval()
◆ LeftSingularvectors()
| DenseMatrix& mfem::DenseMatrixSVD::LeftSingularvectors |
( |
| ) |
|
|
inline |
◆ RightSingularvectors()
| DenseMatrix& mfem::DenseMatrixSVD::RightSingularvectors |
( |
| ) |
|
|
inline |
◆ Singularvalue()
| double mfem::DenseMatrixSVD::Singularvalue |
( |
int |
i | ) |
|
|
inline |
◆ Singularvalues()
| Vector& mfem::DenseMatrixSVD::Singularvalues |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: