#include <jacobianframe.hpp>
Public Types | |
| typedef Vector | derivType |
| typedef Vector | exprType |
| typedef Vector | valueType |
Static Public Member Functions | |
| static INLINE2 derivType | derivCV (const valueType &, const valueType &, const derivType &db) |
| static INLINE2 derivType | derivVC (const valueType &, const derivType &da, const valueType &) |
| static INLINE2 derivType | derivVV (const valueType &, const derivType &da, const valueType &, const derivType &db) |
| static INLINE2 valueType | value (const valueType &a, const valueType &b) |
Definition at line 480 of file jacobianframe.hpp.
Definition at line 484 of file jacobianframe.hpp.
Definition at line 482 of file jacobianframe.hpp.
Definition at line 483 of file jacobianframe.hpp.
| static INLINE2 derivType KDL::BinaryOp< OpSub, Vector, Vector >::derivCV | ( | const valueType & | , |
| const valueType & | , | ||
| const derivType & | db | ||
| ) | [inline, static] |
Definition at line 491 of file jacobianframe.hpp.
| static INLINE2 derivType KDL::BinaryOp< OpSub, Vector, Vector >::derivVC | ( | const valueType & | , |
| const derivType & | da, | ||
| const valueType & | |||
| ) | [inline, static] |
Definition at line 494 of file jacobianframe.hpp.
| static INLINE2 derivType KDL::BinaryOp< OpSub, Vector, Vector >::derivVV | ( | const valueType & | , |
| const derivType & | da, | ||
| const valueType & | , | ||
| const derivType & | db | ||
| ) | [inline, static] |
Definition at line 488 of file jacobianframe.hpp.
| static INLINE2 valueType KDL::BinaryOp< OpSub, Vector, Vector >::value | ( | const valueType & | a, |
| const valueType & | b | ||
| ) | [inline, static] |
Definition at line 485 of file jacobianframe.hpp.