#include <PartialSVDSolver.h>
Public Member Functions | |
int | cols () const |
void | perform_op (const Scalar *x_in, Scalar *y_out) |
int | rows () const |
SVDWideMatOp (ConstGenericMatrix &mat) | |
Public Member Functions inherited from Spectra::SVDMatOp< Scalar > | |
virtual | ~SVDMatOp () |
Private Types | |
typedef Eigen::Map< const Vector > | MapConstVec |
typedef Eigen::Map< Vector > | MapVec |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | Vector |
Private Attributes | |
const typedef Eigen::Ref< const MatrixType > | ConstGenericMatrix |
Vector | m_cache |
const int | m_dim |
ConstGenericMatrix | m_mat |
Definition at line 71 of file PartialSVDSolver.h.
|
private |
Definition at line 75 of file PartialSVDSolver.h.
|
private |
Definition at line 76 of file PartialSVDSolver.h.
|
private |
Definition at line 74 of file PartialSVDSolver.h.
|
inline |
Definition at line 85 of file PartialSVDSolver.h.
|
inlinevirtual |
Implements Spectra::SVDMatOp< Scalar >.
Definition at line 93 of file PartialSVDSolver.h.
|
inlinevirtual |
Implements Spectra::SVDMatOp< Scalar >.
Definition at line 96 of file PartialSVDSolver.h.
|
inlinevirtual |
Implements Spectra::SVDMatOp< Scalar >.
Definition at line 92 of file PartialSVDSolver.h.
|
private |
Definition at line 77 of file PartialSVDSolver.h.
|
private |
Definition at line 81 of file PartialSVDSolver.h.
|
private |
Definition at line 80 of file PartialSVDSolver.h.
|
private |
Definition at line 79 of file PartialSVDSolver.h.