#include <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) |
Definition at line 633 of file PlainObjectBase.h.
typedef Derived::Index internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::Index |
Definition at line 635 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 636 of file PlainObjectBase.h.
static void internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::run | ( | DenseBase< Derived > & | _this, |
const DenseBase< OtherDerived > & | other | ||
) | [inline, static] |
Definition at line 657 of file PlainObjectBase.h.