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

DenseStorage.h File Reference

Go to the source code of this file.

Classes

struct  internal::constructor_without_unaligned_array_assert
struct  internal::plain_array< T, Size, MatrixOrArrayOptions, Alignment >
struct  internal::plain_array< T, Size, MatrixOrArrayOptions, 16 >
struct  internal::plain_array< T, 0, MatrixOrArrayOptions, Alignment >
class  DenseStorage< T, Size, _Rows, _Cols, _Options >
class  DenseStorage< T, 0, _Rows, _Cols, _Options >
class  DenseStorage< T, Size, Dynamic, Dynamic, _Options >
class  DenseStorage< T, Size, Dynamic, _Cols, _Options >
class  DenseStorage< T, Size, _Rows, Dynamic, _Options >
class  DenseStorage< T, Dynamic, Dynamic, Dynamic, _Options >
class  DenseStorage< T, Dynamic, _Rows, Dynamic, _Options >
class  DenseStorage< T, Dynamic, Dynamic, _Cols, _Options >

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_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN
#define EIGEN_MAKE_UNALIGNED_ARRAY_ASSERT(sizemask)

Define Documentation

#define EIGEN_INTERNAL_DENSE_STORAGE_CTOR_PLUGIN
#define EIGEN_MAKE_UNALIGNED_ARRAY_ASSERT (   sizemask)
Value:
eigen_assert((reinterpret_cast<size_t>(array) & sizemask) == 0 \
              && "this assertion is explained here: " \
              "http://eigen.tuxfamily.org/dox/UnalignedArrayAssert.html" \
              " **** READ THIS WEB PAGE !!! ****");

Definition at line 58 of file DenseStorage.h.

Referenced by internal::plain_array< T, Size, MatrixOrArrayOptions, 16 >::plain_array().




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011