#include <sot/core/memory-task-sot.hh>
|
typedef Eigen::Map< Matrix, Eigen::internal::traits< Matrix >::Alignment > | Kernel_t |
|
typedef Eigen::Map< const Matrix, Eigen::internal::traits< Matrix >::Alignment > | KernelConst_t |
|
◆ Kernel_t
◆ KernelConst_t
◆ MemoryTaskSOT()
dynamicgraph::sot::MemoryTaskSOT::MemoryTaskSOT |
( |
const Matrix::Index |
nJ = 0 , |
|
|
const Matrix::Index |
mJ = 0 |
|
) |
| |
- Parameters
-
mJ | is the number of joints |
nJ | the number of feature in the task |
◆ display()
void dynamicgraph::sot::MemoryTaskSOT::display |
( |
std::ostream & |
os | ) |
const |
|
virtual |
◆ getKernel()
Kernel_t& dynamicgraph::sot::MemoryTaskSOT::getKernel |
( |
const Matrix::Index |
r, |
|
|
const Matrix::Index |
c |
|
) |
| |
|
inline |
◆ resizeKernel()
void dynamicgraph::sot::MemoryTaskSOT::resizeKernel |
( |
const Matrix::Index |
r, |
|
|
const Matrix::Index |
c |
|
) |
| |
|
inline |
◆ err
dynamicgraph::Vector dynamicgraph::sot::MemoryTaskSOT::err |
◆ JK
dynamicgraph::Matrix dynamicgraph::sot::MemoryTaskSOT::JK |
◆ Jt
dynamicgraph::Matrix dynamicgraph::sot::MemoryTaskSOT::Jt |
◆ kernel
Kernel_t dynamicgraph::sot::MemoryTaskSOT::kernel |
◆ svd
SVD_t dynamicgraph::sot::MemoryTaskSOT::svd |
◆ tmpControl
dynamicgraph::Vector dynamicgraph::sot::MemoryTaskSOT::tmpControl |
◆ tmpTask
dynamicgraph::Vector dynamicgraph::sot::MemoryTaskSOT::tmpTask |
◆ tmpVar
dynamicgraph::Vector dynamicgraph::sot::MemoryTaskSOT::tmpVar |
The documentation for this class was generated from the following file: