Main MRPT website > C++ reference
MRPT logo
Classes | Namespaces | Defines

Kernel.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

namespace  internal
 

Applies the clock wise 2D rotation j to the set of 2D vectors of cordinates x and y: $ \left ( \begin{array}{cc} x \\ y \end{array} \right ) = J \left ( \begin{array}{cc} x \\ y \end{array} \right ) $


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.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011