MOAB
4.9.3pre
|
Go to the source code of this file.
Classes | |
struct | Eigen::internal::traits< kernel_retval_base< DecompositionType > > |
class | Eigen::internal::kernel_retval_base< _DecompositionType > |
Namespaces | |
namespace | Eigen |
namespace | Eigen::internal |
Defines | |
#define | EIGEN_MAKE_KERNEL_HELPERS(DecompositionType) |
#define EIGEN_MAKE_KERNEL_HELPERS | ( | DecompositionType | ) |
typedef typename DecompositionType::MatrixType MatrixType; \ typedef typename MatrixType::Scalar Scalar; \ typedef typename MatrixType::RealScalar RealScalar; \ typedef Eigen::internal::kernel_retval_base<DecompositionType> Base; \ using Base::dec; \ using Base::rank; \ using Base::rows; \ using Base::cols; \ kernel_retval(const DecompositionType& p_dec) : Base(p_dec) {}