#include <sot/core/memory-task-sot.hh>
Public Member Functions | |
MemoryTaskSOT (const std::string &name, const unsigned int nJ=0, const unsigned int mJ=0, const unsigned int ffsize=0) | |
virtual void | initMemory (const unsigned int nJ, const unsigned int mJ, const unsigned int ffsize, bool atConstruction=false) |
virtual void | display (std::ostream &os) const |
virtual const std::string & | getClassName (void) const |
virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
![]() | |
MemoryTaskAbstract (void) | |
virtual | ~MemoryTaskAbstract (void) |
![]() | |
Entity (const std::string &name) | |
virtual | ~Entity () |
const std::string & | getName () const |
virtual std::string | getDocString () const |
bool | hasSignal (const std::string &signame) const |
SignalBase< int > & | getSignal (const std::string &signalName) |
const SignalBase< int > & | getSignal (const std::string &signalName) const |
std::ostream & | displaySignalList (std::ostream &os) const |
virtual std::ostream & | writeGraph (std::ostream &os) const |
virtual std::ostream & | writeCompletionList (std::ostream &os) const |
virtual SignalBase< int > * | test () |
virtual void | test2 (SignalBase< int > *) |
const std::string & | getCommandList () const |
CommandMap_t | getNewStyleCommandMap () |
command::Command * | getNewStyleCommand (const std::string &cmdName) |
SignalMap | getSignalMap () const |
Public Attributes | |
ml::MatrixSvd | Jt |
ml::Matrix | Jp |
ml::Matrix | PJp |
ml::Matrix | Jff |
ml::Matrix | Jact |
ml::Matrix | JK |
ml::Matrix | U |
ml::Matrix | V |
ml::Vector | S |
dg::Signal< ml::Matrix, int > | jacobianInvSINOUT |
dg::Signal< ml::Matrix, int > | jacobianConstrainedSINOUT |
dg::Signal< ml::Matrix, int > | jacobianProjectedSINOUT |
dg::Signal< ml::Matrix, int > | singularBaseImageSINOUT |
dg::Signal< unsigned int, int > | rankSINOUT |
![]() | |
int | timeLastChange |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Additional Inherited Members | |
![]() | |
typedef std::map< std::string, SignalBase< int > * > | SignalMap |
typedef std::map< const std::string, command::Command *> | CommandMap_t |
![]() | |
void | addCommand (const std::string &name, command::Command *command) |
void | entityRegistration () |
void | entityDeregistration () |
void | signalRegistration (const SignalArray< int > &signals) |
void | signalDeregistration (const std::string &name) |
![]() | |
std::string | name |
SignalMap | signalMap |
CommandMap_t | commandMap |
dynamicgraph::sot::MemoryTaskSOT::MemoryTaskSOT | ( | const std::string & | name, |
const unsigned int | nJ = 0 , |
||
const unsigned int | mJ = 0 , |
||
const unsigned int | ffsize = 0 |
||
) |
|
virtual |
Reimplemented from dynamicgraph::Entity.
|
virtual |
Reimplemented from dynamicgraph::Entity.
|
inlinevirtual |
Implements dynamicgraph::Entity.
|
virtual |
|
static |
dg::Signal< ml::Matrix,int > dynamicgraph::sot::MemoryTaskSOT::jacobianConstrainedSINOUT |
dg::Signal< ml::Matrix,int > dynamicgraph::sot::MemoryTaskSOT::jacobianInvSINOUT |
dg::Signal< ml::Matrix,int > dynamicgraph::sot::MemoryTaskSOT::jacobianProjectedSINOUT |
ml::Matrix dynamicgraph::sot::MemoryTaskSOT::Jact |
ml::Matrix dynamicgraph::sot::MemoryTaskSOT::Jff |
ml::Matrix dynamicgraph::sot::MemoryTaskSOT::JK |
ml::Matrix dynamicgraph::sot::MemoryTaskSOT::Jp |
ml::MatrixSvd dynamicgraph::sot::MemoryTaskSOT::Jt |
ml::Matrix dynamicgraph::sot::MemoryTaskSOT::PJp |
dg::Signal< unsigned int,int > dynamicgraph::sot::MemoryTaskSOT::rankSINOUT |
ml::Vector dynamicgraph::sot::MemoryTaskSOT::S |
dg::Signal< ml::Matrix,int > dynamicgraph::sot::MemoryTaskSOT::singularBaseImageSINOUT |
ml::Matrix dynamicgraph::sot::MemoryTaskSOT::U |
ml::Matrix dynamicgraph::sot::MemoryTaskSOT::V |