DenseMatrix specialization of the getJacobianBlock() method provider. More...
#include <roboptim/core/detail/structured-input.hh>
Public Types | |
| typedef roboptim::GenericDifferentiableFunction < typename FuncType::traits_t > | differentiableFunction_t |
| Differentiable function type. | |
| typedef differentiableFunction_t::jacobian_ref | JacBlock |
| return type of the getJacobianBlock() method | |
| typedef differentiableFunction_t::jacobian_ref | InputJacBlock |
| input type of the jacobian given by the user | |
Public Member Functions | |
| JacBlock | getJacobianBlock (InputJacBlock jacobian, size_t blockInd) const |
| retrieve a specific block of the jacobian given as an input | |
DenseMatrix specialization of the getJacobianBlock() method provider.
| typedef roboptim::GenericDifferentiableFunction<typename FuncType::traits_t> roboptim::detail::StructuredInputJacobianInternal< FuncType, roboptim::EigenMatrixDense >::differentiableFunction_t |
Differentiable function type.
| typedef differentiableFunction_t::jacobian_ref roboptim::detail::StructuredInputJacobianInternal< FuncType, roboptim::EigenMatrixDense >::InputJacBlock |
input type of the jacobian given by the user
| typedef differentiableFunction_t::jacobian_ref roboptim::detail::StructuredInputJacobianInternal< FuncType, roboptim::EigenMatrixDense >::JacBlock |
return type of the getJacobianBlock() method
| StructuredInputJacobianInternal< FuncType, roboptim::EigenMatrixDense >::JacBlock roboptim::detail::StructuredInputJacobianInternal< FuncType, roboptim::EigenMatrixDense >::getJacobianBlock | ( | InputJacBlock | jacobian, |
| size_t | blockInd | ||
| ) | const |
retrieve a specific block of the jacobian given as an input
| jacobian | the jacobian to operate upon |
| blockInd | the index of the block to be retrieved |