Definition at line 557 of file PlainObjectBase.h.
#include <src/Core/PlainObjectBase.h>
Public Types | |
typedef Derived::Index | Index |
Static Public Member Functions | |
static void | run (DenseBase< Derived > &_this, Index rows, Index cols) |
static void | run (DenseBase< Derived > &_this, const DenseBase< OtherDerived > &other) |
typedef Derived::Index internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::Index |
Definition at line 559 of file PlainObjectBase.h.
static void internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::run | ( | DenseBase< Derived > & | _this, |
Index | rows, | ||
Index | cols | ||
) | [inline, static] |
Definition at line 560 of file PlainObjectBase.h.
References DenseBase< Derived >::block(), EIGEN_STATIC_ASSERT_DYNAMIC_SIZE, and DenseBase< Derived >::swap().
static void internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::run | ( | DenseBase< Derived > & | _this, |
const DenseBase< OtherDerived > & | other | ||
) | [inline, static] |
Definition at line 581 of file PlainObjectBase.h.
References DenseBase< Derived >::block(), DenseBase< Derived >::bottomRightCorner(), DenseBase< Derived >::bottomRows(), EIGEN_STATIC_ASSERT_DYNAMIC_SIZE, DenseBase< Derived >::rightCols(), and DenseBase< Derived >::swap().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011 |