#include <operator.hh>
Public Member Functions | |
void | addSpecificCommands (Entity &ent, Entity::CommandMap_t &commandMap) |
void | operator() (const Tin &m, Tout &res) const |
void | selectCol (const size_type &m) |
void | setBoundsRow (const size_type &m, const size_type &M) |
Public Member Functions inherited from dynamicgraph::sot::UnaryOpHeader< dg::Matrix, dg::Vector > | |
void | addSpecificCommands (Entity &, Entity::CommandMap_t &) |
std::string | getDocString () const |
Public Attributes | |
size_type | imax |
size_type | imin |
size_type | jcol |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::sot::UnaryOpHeader< dg::Matrix, dg::Vector > | |
typedef dg::Matrix | Tin |
typedef dg::Vector | Tout |
Static Public Member Functions inherited from dynamicgraph::sot::UnaryOpHeader< dg::Matrix, dg::Vector > | |
static std::string | nameTypeIn (void) |
static std::string | nameTypeOut (void) |
Definition at line 184 of file operator.hh.
|
inline |
Definition at line 202 of file operator.hh.
Definition at line 186 of file operator.hh.
|
inline |
Definition at line 196 of file operator.hh.
|
inline |
Definition at line 197 of file operator.hh.
size_type dynamicgraph::sot::MatrixColumnSelector::imax |
Definition at line 194 of file operator.hh.
size_type dynamicgraph::sot::MatrixColumnSelector::imin |
Definition at line 194 of file operator.hh.
size_type dynamicgraph::sot::MatrixColumnSelector::jcol |
Definition at line 195 of file operator.hh.