#include <SymGEigsCholeskyOp.h>
Public Member Functions | |
Index | cols () const |
void | perform_op (const Scalar *x_in, Scalar *y_out) |
Index | rows () const |
SymGEigsCholeskyOp (OpType &op, BOpType &Bop) | |
Private Types | |
typedef Eigen::Index | Index |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > | Matrix |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | Vector |
Private Attributes | |
BOpType & | m_Bop |
Vector | m_cache |
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 30 of file SymGEigsCholeskyOp.h.
|
private |
Definition at line 31 of file SymGEigsCholeskyOp.h.
|
private |
Definition at line 32 of file SymGEigsCholeskyOp.h.
|
inline |
Constructor to create the matrix operation object.
op | Pointer to the matrix operation object. |
Bop | Pointer to the matrix operation object. |
Definition at line 45 of file SymGEigsCholeskyOp.h.
|
inline |
Return the number of columns of the underlying matrix.
Definition at line 56 of file SymGEigsCholeskyOp.h.
|
inline |
Perform the matrix operation .
x_in | Pointer to the vector. |
y_out | Pointer to the vector. |
Definition at line 65 of file SymGEigsCholeskyOp.h.
|
inline |
Return the number of rows of the underlying matrix.
Definition at line 52 of file SymGEigsCholeskyOp.h.
|
private |
Definition at line 35 of file SymGEigsCholeskyOp.h.
|
private |
Definition at line 36 of file SymGEigsCholeskyOp.h.
|
private |
Definition at line 34 of file SymGEigsCholeskyOp.h.