#include <SymGEigsRegInvOp.h>
Public Member Functions | |
Index | cols () const |
void | perform_op (const Scalar *x_in, Scalar *y_out) |
Index | rows () const |
SymGEigsRegInvOp (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 regular inverse mode. This class is intended for internal use.
Definition at line 25 of file SymGEigsRegInvOp.h.
|
private |
Definition at line 28 of file SymGEigsRegInvOp.h.
|
private |
Definition at line 29 of file SymGEigsRegInvOp.h.
|
private |
Definition at line 30 of file SymGEigsRegInvOp.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 43 of file SymGEigsRegInvOp.h.
|
inline |
Return the number of columns of the underlying matrix.
Definition at line 54 of file SymGEigsRegInvOp.h.
|
inline |
Perform the matrix operation .
x_in | Pointer to the vector. |
y_out | Pointer to the vector. |
Definition at line 63 of file SymGEigsRegInvOp.h.
|
inline |
Return the number of rows of the underlying matrix.
Definition at line 50 of file SymGEigsRegInvOp.h.
|
private |
Definition at line 33 of file SymGEigsRegInvOp.h.
|
private |
Definition at line 34 of file SymGEigsRegInvOp.h.
|
private |
Definition at line 32 of file SymGEigsRegInvOp.h.