dynamicgraph::sot::MemoryTaskSOT Class Reference

#include <sot/core/memory-task-sot.hh>

Inheritance diagram for dynamicgraph::sot::MemoryTaskSOT:
[legend]

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)
 
- Public Member Functions inherited from dynamicgraph::sot::TaskAbstract::MemoryTaskAbstract
 MemoryTaskAbstract (void)
 
virtual ~MemoryTaskAbstract (void)
 
- Public Member Functions inherited from dynamicgraph::Entity
 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::CommandgetNewStyleCommand (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
 
- Public Attributes inherited from dynamicgraph::sot::TaskAbstract::MemoryTaskAbstract
int timeLastChange
 

Static Public Attributes

static const std::string CLASS_NAME
 

Additional Inherited Members

- Public Types inherited from dynamicgraph::Entity
typedef std::map< std::string, SignalBase< int > * > SignalMap
 
typedef std::map< const std::string, command::Command *> CommandMap_t
 
- Protected Member Functions inherited from dynamicgraph::Entity
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)
 
- Protected Attributes inherited from dynamicgraph::Entity
std::string name
 
SignalMap signalMap
 
CommandMap_t commandMap
 

Constructor & Destructor Documentation

◆ MemoryTaskSOT()

dynamicgraph::sot::MemoryTaskSOT::MemoryTaskSOT ( const std::string &  name,
const unsigned int  nJ = 0,
const unsigned int  mJ = 0,
const unsigned int  ffsize = 0 
)

Member Function Documentation

◆ commandLine()

virtual void dynamicgraph::sot::MemoryTaskSOT::commandLine ( const std::string &  cmdLine,
std::istringstream &  cmdArgs,
std::ostream &  os 
)
virtual

Reimplemented from dynamicgraph::Entity.

◆ display()

virtual void dynamicgraph::sot::MemoryTaskSOT::display ( std::ostream &  os) const
virtual

Reimplemented from dynamicgraph::Entity.

◆ getClassName()

virtual const std::string& dynamicgraph::sot::MemoryTaskSOT::getClassName ( void  ) const
inlinevirtual

Implements dynamicgraph::Entity.

◆ initMemory()

virtual void dynamicgraph::sot::MemoryTaskSOT::initMemory ( const unsigned int  nJ,
const unsigned int  mJ,
const unsigned int  ffsize,
bool  atConstruction = false 
)
virtual

Member Data Documentation

◆ CLASS_NAME

const std::string dynamicgraph::sot::MemoryTaskSOT::CLASS_NAME
static

◆ jacobianConstrainedSINOUT

dg::Signal< ml::Matrix,int > dynamicgraph::sot::MemoryTaskSOT::jacobianConstrainedSINOUT

◆ jacobianInvSINOUT

dg::Signal< ml::Matrix,int > dynamicgraph::sot::MemoryTaskSOT::jacobianInvSINOUT

◆ jacobianProjectedSINOUT

dg::Signal< ml::Matrix,int > dynamicgraph::sot::MemoryTaskSOT::jacobianProjectedSINOUT

◆ Jact

ml::Matrix dynamicgraph::sot::MemoryTaskSOT::Jact

◆ Jff

ml::Matrix dynamicgraph::sot::MemoryTaskSOT::Jff

◆ JK

ml::Matrix dynamicgraph::sot::MemoryTaskSOT::JK

◆ Jp

ml::Matrix dynamicgraph::sot::MemoryTaskSOT::Jp

◆ Jt

ml::MatrixSvd dynamicgraph::sot::MemoryTaskSOT::Jt

◆ PJp

ml::Matrix dynamicgraph::sot::MemoryTaskSOT::PJp

◆ rankSINOUT

dg::Signal< unsigned int,int > dynamicgraph::sot::MemoryTaskSOT::rankSINOUT

◆ S

ml::Vector dynamicgraph::sot::MemoryTaskSOT::S

◆ singularBaseImageSINOUT

dg::Signal< ml::Matrix,int > dynamicgraph::sot::MemoryTaskSOT::singularBaseImageSINOUT

◆ U

ml::Matrix dynamicgraph::sot::MemoryTaskSOT::U

◆ V

ml::Matrix dynamicgraph::sot::MemoryTaskSOT::V