#include <PartialSVDSolver.h>
Public Member Functions | |
Index | cols () const override |
void | perform_op (const Scalar *x_in, Scalar *y_out) const override |
Index | rows () const override |
SVDTallMatOp (ConstGenericMatrix &mat) | |
![]() | |
virtual Index | cols () const=0 |
virtual Index | rows () const=0 |
virtual | ~SVDMatOp () |
Private Types | |
using | ConstGenericMatrix = const Eigen::Ref< const MatrixType > |
using | Index = Eigen::Index |
using | MapConstVec = Eigen::Map< const Vector > |
using | MapVec = Eigen::Map< Vector > |
using | Vector = Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > |
Private Attributes | |
Vector | m_cache |
const Index | m_dim |
ConstGenericMatrix | m_mat |
Additional Inherited Members | |
![]() | |
using | Scalar = Scalar |
Definition at line 39 of file PartialSVDSolver.h.
|
private |
Definition at line 46 of file PartialSVDSolver.h.
|
private |
Definition at line 42 of file PartialSVDSolver.h.
|
private |
Definition at line 44 of file PartialSVDSolver.h.
|
private |
Definition at line 45 of file PartialSVDSolver.h.
|
private |
Definition at line 43 of file PartialSVDSolver.h.
|
inline |
Definition at line 54 of file PartialSVDSolver.h.
|
inlineoverride |
Definition at line 62 of file PartialSVDSolver.h.
|
inlineoverridevirtual |
Implements Spectra::SVDMatOp< Scalar >.
Definition at line 65 of file PartialSVDSolver.h.
|
inlineoverride |
Definition at line 61 of file PartialSVDSolver.h.
|
mutableprivate |
Definition at line 50 of file PartialSVDSolver.h.
|
private |
Definition at line 49 of file PartialSVDSolver.h.
|
private |
Definition at line 48 of file PartialSVDSolver.h.