#include <SymGEigsCholeskyOp.h>
Public Types | |
using | Scalar = typename OpType::Scalar |
Public Member Functions | |
Index | cols () const |
void | perform_op (const Scalar *x_in, Scalar *y_out) const |
Index | rows () const |
SymGEigsCholeskyOp (const OpType &op, const BOpType &Bop) | |
SymGEigsCholeskyOp (SymGEigsCholeskyOp &&other) | |
Private Types | |
using | Index = Eigen::Index |
using | Vector = Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > |
Private Attributes | |
const BOpType & | m_Bop |
Vector | m_cache |
const OpType & | m_op |
This class defines the matrix operation for generalized eigen solver in the Cholesky decomposition mode. It calculates for any vector
, where
is the Cholesky decomposition of
. This class is intended for internal use.
Definition at line 27 of file SymGEigsCholeskyOp.h.
|
private |
Definition at line 33 of file SymGEigsCholeskyOp.h.
using Spectra::SymGEigsCholeskyOp< OpType, BOpType >::Scalar = typename OpType::Scalar |
Definition at line 30 of file SymGEigsCholeskyOp.h.
|
private |
Definition at line 34 of file SymGEigsCholeskyOp.h.
|
inline |
Constructor to create the matrix operation object.
op | The ![]() |
Bop | The ![]() |
Definition at line 47 of file SymGEigsCholeskyOp.h.
|
inline |
Move constructor.
Definition at line 54 of file SymGEigsCholeskyOp.h.
|
inline |
Return the number of columns of the underlying matrix.
Definition at line 68 of file SymGEigsCholeskyOp.h.
|
inline |
Perform the matrix operation .
x_in | Pointer to the ![]() |
y_out | Pointer to the ![]() |
Definition at line 77 of file SymGEigsCholeskyOp.h.
|
inline |
Return the number of rows of the underlying matrix.
Definition at line 64 of file SymGEigsCholeskyOp.h.
|
private |
Definition at line 37 of file SymGEigsCholeskyOp.h.
|
mutableprivate |
Definition at line 38 of file SymGEigsCholeskyOp.h.
|
private |
Definition at line 36 of file SymGEigsCholeskyOp.h.