Go to the source code of this file.
#define EIGEN_MAKE_SOLVE_HELPERS |
( |
|
DecompositionType, |
|
|
|
Rhs |
|
) |
| |
Value:typedef typename DecompositionType::MatrixType MatrixType; \
typedef typename MatrixType::Scalar Scalar; \
typedef typename MatrixType::RealScalar RealScalar; \
typedef typename MatrixType::Index Index; \
using Base::dec; \
using Base::rows; \
using Base::cols; \
solve_retval(
const DecompositionType& dec,
const Rhs&
rhs) \
void rhs(const real_t *x, real_t *f)
Definition at line 61 of file Solve.h.