#include <SymGEigsRegInvOp.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 |
| SymGEigsRegInvOp (const OpType &op, const BOpType &Bop) | |
| SymGEigsRegInvOp (SymGEigsRegInvOp &&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 regular inverse mode. This class is intended for internal use.
Definition at line 25 of file SymGEigsRegInvOp.h.
|
private |
Definition at line 31 of file SymGEigsRegInvOp.h.
| using Spectra::SymGEigsRegInvOp< OpType, BOpType >::Scalar = typename OpType::Scalar |
Definition at line 28 of file SymGEigsRegInvOp.h.
|
private |
Definition at line 32 of file SymGEigsRegInvOp.h.
|
inline |
Constructor to create the matrix operation object.
| op | The matrix operation object. |
| Bop | The matrix operation object. |
Definition at line 45 of file SymGEigsRegInvOp.h.
|
inline |
Move constructor.
Definition at line 52 of file SymGEigsRegInvOp.h.
|
inline |
Return the number of columns of the underlying matrix.
Definition at line 66 of file SymGEigsRegInvOp.h.
|
inline |
Perform the matrix operation
.
| x_in | Pointer to the vector. |
| y_out | Pointer to the vector. |
Definition at line 75 of file SymGEigsRegInvOp.h.
|
inline |
Return the number of rows of the underlying matrix.
Definition at line 62 of file SymGEigsRegInvOp.h.
|
private |
Definition at line 35 of file SymGEigsRegInvOp.h.
|
mutableprivate |
Definition at line 36 of file SymGEigsRegInvOp.h.
|
private |
Definition at line 34 of file SymGEigsRegInvOp.h.