#include <PartialSVDSolver.h>
Public Member Functions | |
int | cols () const |
void | perform_op (const Scalar *x_in, Scalar *y_out) |
int | rows () const |
SVDTallMatOp (ConstGenericMatrix &mat) | |
Public Member Functions inherited from Spectra::SVDMatOp< Scalar > | |
virtual | ~SVDMatOp () |
Private Types | |
typedef const Eigen::Ref< const MatrixType > | ConstGenericMatrix |
typedef Eigen::Map< const Vector > | MapConstVec |
typedef Eigen::Map< Vector > | MapVec |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | Vector |
Private Attributes | |
Vector | m_cache |
const int | m_dim |
ConstGenericMatrix | m_mat |
Definition at line 33 of file PartialSVDSolver.h.
|
private |
Definition at line 39 of file PartialSVDSolver.h.
|
private |
Definition at line 37 of file PartialSVDSolver.h.
|
private |
Definition at line 38 of file PartialSVDSolver.h.
|
private |
Definition at line 36 of file PartialSVDSolver.h.
|
inline |
Definition at line 47 of file PartialSVDSolver.h.
|
inlinevirtual |
Implements Spectra::SVDMatOp< Scalar >.
Definition at line 55 of file PartialSVDSolver.h.
|
inlinevirtual |
Implements Spectra::SVDMatOp< Scalar >.
Definition at line 58 of file PartialSVDSolver.h.
|
inlinevirtual |
Implements Spectra::SVDMatOp< Scalar >.
Definition at line 54 of file PartialSVDSolver.h.
|
private |
Definition at line 43 of file PartialSVDSolver.h.
|
private |
Definition at line 42 of file PartialSVDSolver.h.
|
private |
Definition at line 41 of file PartialSVDSolver.h.