#include <sot/core/memory-task-sot.hh>
List of all members.
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 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 |
Static Public Attributes |
| static const std::string | CLASS_NAME |
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation