Classes | Namespaces | Defines
Kernel.h File Reference

Go to the source code of this file.

Classes

class  internal::kernel_retval_base< _DecompositionType >
struct  internal::traits< kernel_retval_base< DecompositionType > >

Namespaces

namespace  internal

Defines

#define EIGEN_MAKE_KERNEL_HELPERS(DecompositionType)

Define Documentation

#define EIGEN_MAKE_KERNEL_HELPERS (   DecompositionType)
Value:
typedef typename DecompositionType::MatrixType MatrixType; \
  typedef typename MatrixType::Scalar Scalar; \
  typedef typename MatrixType::RealScalar RealScalar; \
  typedef typename MatrixType::Index Index; \
  typedef Eigen::internal::kernel_retval_base<DecompositionType> Base; \
  using Base::dec; \
  using Base::rank; \
  using Base::rows; \
  using Base::cols; \
  kernel_retval(const DecompositionType& dec) : Base(dec) {}

Definition at line 80 of file Kernel.h.



re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:45