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

Solve.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  internal::traits< solve_retval_base< DecompositionType, Rhs > >
class  internal::solve_retval_base< _DecompositionType, Rhs >

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_SOLVE_HELPERS(DecompositionType, Rhs)
#define EIGEN_MAKE_SOLVE_HELPERS(DecompositionType, Rhs)
#define EIGEN_MAKE_SOLVE_HELPERS(DecompositionType, Rhs)

Define Documentation

#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; \
  typedef Eigen::internal::solve_retval_base<DecompositionType,Rhs> Base; \
  using Base::dec; \
  using Base::rhs; \
  using Base::rows; \
  using Base::cols; \
  solve_retval(const DecompositionType& dec, const Rhs& rhs) \
    : Base(dec, rhs) {}

Definition at line 75 of file QR.

#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; \
  typedef Eigen::internal::solve_retval_base<DecompositionType,Rhs> Base; \
  using Base::dec; \
  using Base::rhs; \
  using Base::rows; \
  using Base::cols; \
  solve_retval(const DecompositionType& dec, const Rhs& rhs) \
    : Base(dec, rhs) {}
#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; \
  typedef Eigen::internal::solve_retval_base<DecompositionType,Rhs> Base; \
  using Base::dec; \
  using Base::rhs; \
  using Base::rows; \
  using Base::cols; \
  solve_retval(const DecompositionType& dec, const Rhs& rhs) \
    : Base(dec, rhs) {}



Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011