#include <ArpackSelfAdjointEigenSolver.h>
|
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) |
|
template<typename MatrixSolver, typename MatrixType, typename Scalar, bool BisSPD>
struct Eigen::internal::OP< MatrixSolver, MatrixType, Scalar, BisSPD >
Definition at line 34 of file ArpackSelfAdjointEigenSolver.h.
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 |
|
) |
| |
|
inlinestatic |
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 |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: