#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 |
SVDWideMatOp (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 78 of file PartialSVDSolver.h.
|
private |
Definition at line 85 of file PartialSVDSolver.h.
|
private |
Definition at line 81 of file PartialSVDSolver.h.
|
private |
Definition at line 83 of file PartialSVDSolver.h.
|
private |
Definition at line 84 of file PartialSVDSolver.h.
|
private |
Definition at line 82 of file PartialSVDSolver.h.
|
inline |
Definition at line 93 of file PartialSVDSolver.h.
|
inlineoverride |
Definition at line 101 of file PartialSVDSolver.h.
|
inlineoverridevirtual |
Implements Spectra::SVDMatOp< Scalar >.
Definition at line 104 of file PartialSVDSolver.h.
|
inlineoverride |
Definition at line 100 of file PartialSVDSolver.h.
|
mutableprivate |
Definition at line 89 of file PartialSVDSolver.h.
|
private |
Definition at line 88 of file PartialSVDSolver.h.
|
private |
Definition at line 87 of file PartialSVDSolver.h.