Customises the eigen matrixbase class via the plugin handle. More...
Go to the source code of this file.
Typedefs | |
typedef MatrixFormatter < Derived, Scalar > | Formatter |
Functions | |
void | conservativeResize (int rows, int cols) |
void | conservativeResize (int size) |
Customises the eigen matrixbase class via the plugin handle.
Populates the eigen matrix base class with a few extra functions via the EIGEN_MATRIXBASE_PLUGIN macro.
Definition in file eigen_plugin.hpp.
typedef MatrixFormatter<Derived,Scalar> Formatter |
Definition at line 22 of file eigen_plugin.hpp.
void conservativeResize | ( | int | rows, |
int | cols | ||
) | [inline] |
Definition at line 24 of file eigen_plugin.hpp.
void conservativeResize | ( | int | size | ) | [inline] |
Definition at line 33 of file eigen_plugin.hpp.