#include <ArpackSelfAdjointEigenSolver.h>
List of all members.
Static Public Member Functions |
static void | applyOP (MatrixSolver &OP, const MatrixType &A, int n, Scalar *in, Scalar *out) |
static void | project (MatrixSolver &OP, int n, int k, Scalar *vecs) |
Detailed Description
template<typename MatrixSolver, typename MatrixType, typename Scalar, bool BisSPD>
struct Eigen::internal::OP< MatrixSolver, MatrixType, Scalar, BisSPD >
Definition at line 747 of file ArpackSelfAdjointEigenSolver.h.
Member Function Documentation
template<typename MatrixSolver, typename MatrixType, typename Scalar, bool BisSPD>
static void Eigen::internal::OP< MatrixSolver, MatrixType, Scalar, BisSPD >::applyOP |
( |
MatrixSolver & |
OP, |
|
|
const MatrixType & |
A, |
|
|
int |
n, |
|
|
Scalar * |
in, |
|
|
Scalar * |
out |
|
) |
| [inline, static] |
template<typename MatrixSolver, typename MatrixType, typename Scalar, bool BisSPD>
static void Eigen::internal::OP< MatrixSolver, MatrixType, Scalar, BisSPD >::project |
( |
MatrixSolver & |
OP, |
|
|
int |
n, |
|
|
int |
k, |
|
|
Scalar * |
vecs |
|
) |
| [inline, static] |
The documentation for this struct was generated from the following file: