Go to the source code of this file.
◆ EIGEN_MAKE_KERNEL_HELPERS
| #define EIGEN_MAKE_KERNEL_HELPERS |
( |
|
DecompositionType | ) |
|
Value: typedef typename DecompositionType::MatrixType
MatrixType; \
typedef typename MatrixType::Scalar
Scalar; \
typedef typename MatrixType::RealScalar
RealScalar; \
using Base::dec; \
using Base::rank; \
using Base::rows; \
using Base::cols; \
kernel_retval(const DecompositionType& dec) : Base(dec) {}
SCALAR Scalar
Definition bench_gemm.cpp:46
NumTraits< Scalar >::Real RealScalar
Definition bench_gemm.cpp:47
MatrixXf MatrixType
Definition benchmark-blocking-sizes.cpp:52
Definition ForwardDeclarations.h:17