#include <SymGEigsBucklingOp.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 |
| void | set_shift (const Scalar &sigma) |
| SymGEigsBucklingOp (OpType &op, const BOpType &Bop) | |
| SymGEigsBucklingOp (SymGEigsBucklingOp &&other) | |
Private Types | |
| using | Index = Eigen::Index |
| using | Vector = Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > |
Private Attributes | |
| const BOpType & | m_Bop |
| Vector | m_cache |
| OpType & | m_op |
This class defines the matrix operation for generalized eigen solver in the buckling mode. It computes
for any vector
, where
is positive definite,
is symmetric, and
is a real shift. This class is intended for internal use.
Definition at line 28 of file SymGEigsBucklingOp.h.
|
private |
Definition at line 34 of file SymGEigsBucklingOp.h.
| using Spectra::SymGEigsBucklingOp< OpType, BOpType >::Scalar = typename OpType::Scalar |
Definition at line 31 of file SymGEigsBucklingOp.h.
|
private |
Definition at line 35 of file SymGEigsBucklingOp.h.
|
inline |
Constructor to create the matrix operation object.
| op | The matrix operation object. |
| Bop | The matrix operation object. |
Definition at line 48 of file SymGEigsBucklingOp.h.
|
inline |
Move constructor.
Definition at line 55 of file SymGEigsBucklingOp.h.
|
inline |
Return the number of columns of the underlying matrix.
Definition at line 69 of file SymGEigsBucklingOp.h.
|
inline |
Perform the matrix operation
.
| x_in | Pointer to the vector. |
| y_out | Pointer to the vector. |
Definition at line 86 of file SymGEigsBucklingOp.h.
|
inline |
Return the number of rows of the underlying matrix.
Definition at line 65 of file SymGEigsBucklingOp.h.
|
inline |
Set the real shift
.
Definition at line 74 of file SymGEigsBucklingOp.h.
|
private |
Definition at line 38 of file SymGEigsBucklingOp.h.
|
mutableprivate |
Definition at line 39 of file SymGEigsBucklingOp.h.
|
private |
Definition at line 37 of file SymGEigsBucklingOp.h.