#include <rall1d.h>
Public Types | |
typedef V | gradienttype |
typedef V | gradienttype |
typedef S | scalartype |
typedef S | scalartype |
typedef T | valuetype |
typedef T | valuetype |
Public Member Functions | |
V | deriv () const |
V | deriv () const |
INLINE V & | Gradient () |
INLINE V & | Gradient () |
INLINE Rall1d< T, V, S > & | operator*= (const Rall1d< T, V, S > &rhs) |
INLINE Rall1d< T, V, S > & | operator*= (const Rall1d< T, V, S > &rhs) |
INLINE Rall1d< T, V, S > & | operator*= (S rhs) |
INLINE Rall1d< T, V, S > & | operator*= (S rhs) |
INLINE Rall1d< T, V, S > & | operator+= (const Rall1d< T, V, S > &rhs) |
INLINE Rall1d< T, V, S > & | operator+= (const Rall1d< T, V, S > &rhs) |
INLINE Rall1d< T, V, S > & | operator+= (S rhs) |
INLINE Rall1d< T, V, S > & | operator+= (S rhs) |
INLINE Rall1d< T, V, S > & | operator-= (const Rall1d< T, V, S > &rhs) |
INLINE Rall1d< T, V, S > & | operator-= (const Rall1d< T, V, S > &rhs) |
INLINE Rall1d< T, V, S > & | operator-= (S rhs) |
INLINE Rall1d< T, V, S > & | operator-= (S rhs) |
INLINE Rall1d< T, V, S > & | operator/= (const Rall1d< T, V, S > &rhs) |
INLINE Rall1d< T, V, S > & | operator/= (const Rall1d< T, V, S > &rhs) |
INLINE Rall1d< T, V, S > & | operator/= (S rhs) |
INLINE Rall1d< T, V, S > & | operator/= (S rhs) |
INLINE Rall1d< T, V, S > & | operator= (S c) |
INLINE Rall1d< T, V, S > & | operator= (S c) |
INLINE Rall1d< T, V, S > & | operator= (const Rall1d< T, V, S > &r) |
INLINE Rall1d< T, V, S > & | operator= (const Rall1d< T, V, S > &r) |
INLINE | Rall1d () |
INLINE | Rall1d () |
INLINE | Rall1d (typename TI< T >::Arg c) |
INLINE | Rall1d (typename TI< T >::Arg c) |
INLINE | Rall1d (typename TI< T >::Arg tn, typename TI< V >::Arg afg) |
INLINE | Rall1d (typename TI< T >::Arg tn, typename TI< V >::Arg afg) |
INLINE | Rall1d (const Rall1d< T, V, S > &r) |
INLINE | Rall1d (const Rall1d< T, V, S > &r) |
T | value () const |
T | value () const |
INLINE T & | Value () |
INLINE T & | Value () |
Static Public Member Functions | |
static INLINE Rall1d< T, V, S > | Identity () |
static INLINE Rall1d< T, V, S > | Identity () |
static INLINE Rall1d< T, V, S > | Zero () |
static INLINE Rall1d< T, V, S > | Zero () |
Public Attributes | |
V | grad |
gradient | |
T | t |
value |
Rall1d contains a value, and its gradient, and defines an algebraic structure on this pair. This template class has 3 template parameters :
S is usefull when you recurse a Rall1d object into itself to create a 2nd, 3th, 4th,.. derivatives. (e.g. Rall1d< Rall1d<double>, Rall1d<double>, double> ).
S is always passed by value.
Definition at line 49 of file experimental/rall1d.h.
typedef V KDL::Rall1d< T, V, S >::gradienttype |
Definition at line 53 of file experimental/rall1d.h.
typedef V KDL::Rall1d< T, V, S >::gradienttype |
Definition at line 53 of file utilities/rall1d.h.
typedef S KDL::Rall1d< T, V, S >::scalartype |
Definition at line 54 of file utilities/rall1d.h.
typedef S KDL::Rall1d< T, V, S >::scalartype |
Definition at line 54 of file experimental/rall1d.h.
typedef T KDL::Rall1d< T, V, S >::valuetype |
Definition at line 52 of file utilities/rall1d.h.
typedef T KDL::Rall1d< T, V, S >::valuetype |
Definition at line 52 of file experimental/rall1d.h.
INLINE KDL::Rall1d< T, V, S >::Rall1d | ( | ) | [inline] |
Definition at line 59 of file experimental/rall1d.h.
INLINE KDL::Rall1d< T, V, S >::Rall1d | ( | typename TI< T >::Arg | c | ) | [inline, explicit] |
Definition at line 68 of file experimental/rall1d.h.
INLINE KDL::Rall1d< T, V, S >::Rall1d | ( | typename TI< T >::Arg | tn, |
typename TI< V >::Arg | afg | ||
) | [inline] |
Definition at line 71 of file experimental/rall1d.h.
INLINE KDL::Rall1d< T, V, S >::Rall1d | ( | const Rall1d< T, V, S > & | r | ) | [inline] |
Definition at line 73 of file experimental/rall1d.h.
INLINE KDL::Rall1d< T, V, S >::Rall1d | ( | ) | [inline] |
Definition at line 59 of file utilities/rall1d.h.
INLINE KDL::Rall1d< T, V, S >::Rall1d | ( | typename TI< T >::Arg | c | ) | [inline, explicit] |
Definition at line 68 of file utilities/rall1d.h.
INLINE KDL::Rall1d< T, V, S >::Rall1d | ( | typename TI< T >::Arg | tn, |
typename TI< V >::Arg | afg | ||
) | [inline] |
Definition at line 71 of file utilities/rall1d.h.
INLINE KDL::Rall1d< T, V, S >::Rall1d | ( | const Rall1d< T, V, S > & | r | ) | [inline] |
Definition at line 73 of file utilities/rall1d.h.
V KDL::Rall1d< T, V, S >::deriv | ( | ) | const [inline] |
Definition at line 64 of file experimental/rall1d.h.
V KDL::Rall1d< T, V, S >::deriv | ( | ) | const [inline] |
Definition at line 64 of file utilities/rall1d.h.
INLINE V& KDL::Rall1d< T, V, S >::Gradient | ( | ) | [inline] |
Definition at line 82 of file experimental/rall1d.h.
INLINE V& KDL::Rall1d< T, V, S >::Gradient | ( | ) | [inline] |
Definition at line 82 of file utilities/rall1d.h.
static INLINE Rall1d<T,V,S> KDL::Rall1d< T, V, S >::Identity | ( | ) | [inline, static] |
Definition at line 91 of file utilities/rall1d.h.
static INLINE Rall1d<T,V,S> KDL::Rall1d< T, V, S >::Identity | ( | ) | [inline, static] |
Definition at line 91 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator*= | ( | const Rall1d< T, V, S > & | rhs | ) | [inline] |
Definition at line 110 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator*= | ( | const Rall1d< T, V, S > & | rhs | ) | [inline] |
Definition at line 110 of file utilities/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator*= | ( | S | rhs | ) | [inline] |
Definition at line 138 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator*= | ( | S | rhs | ) | [inline] |
Definition at line 138 of file utilities/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator+= | ( | const Rall1d< T, V, S > & | rhs | ) | [inline] |
Definition at line 117 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator+= | ( | const Rall1d< T, V, S > & | rhs | ) | [inline] |
Definition at line 117 of file utilities/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator+= | ( | S | rhs | ) | [inline] |
Definition at line 145 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator+= | ( | S | rhs | ) | [inline] |
Definition at line 145 of file utilities/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator-= | ( | const Rall1d< T, V, S > & | rhs | ) | [inline] |
Definition at line 124 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator-= | ( | const Rall1d< T, V, S > & | rhs | ) | [inline] |
Definition at line 124 of file utilities/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator-= | ( | S | rhs | ) | [inline] |
Definition at line 151 of file utilities/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator-= | ( | S | rhs | ) | [inline] |
Definition at line 151 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator/= | ( | const Rall1d< T, V, S > & | rhs | ) | [inline] |
Definition at line 103 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator/= | ( | const Rall1d< T, V, S > & | rhs | ) | [inline] |
Definition at line 103 of file utilities/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator/= | ( | S | rhs | ) | [inline] |
Definition at line 131 of file utilities/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator/= | ( | S | rhs | ) | [inline] |
Definition at line 131 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator= | ( | S | c | ) | [inline] |
Definition at line 97 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator= | ( | S | c | ) | [inline] |
Definition at line 97 of file utilities/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator= | ( | const Rall1d< T, V, S > & | r | ) | [inline] |
Definition at line 100 of file experimental/rall1d.h.
INLINE Rall1d<T,V,S>& KDL::Rall1d< T, V, S >::operator= | ( | const Rall1d< T, V, S > & | r | ) | [inline] |
Definition at line 100 of file utilities/rall1d.h.
T KDL::Rall1d< T, V, S >::value | ( | ) | const [inline] |
Definition at line 61 of file experimental/rall1d.h.
T KDL::Rall1d< T, V, S >::value | ( | ) | const [inline] |
Definition at line 61 of file utilities/rall1d.h.
INLINE T& KDL::Rall1d< T, V, S >::Value | ( | ) | [inline] |
Definition at line 78 of file experimental/rall1d.h.
INLINE T& KDL::Rall1d< T, V, S >::Value | ( | ) | [inline] |
Definition at line 78 of file utilities/rall1d.h.
static INLINE Rall1d<T,V,S> KDL::Rall1d< T, V, S >::Zero | ( | ) | [inline, static] |
Definition at line 86 of file utilities/rall1d.h.
static INLINE Rall1d<T,V,S> KDL::Rall1d< T, V, S >::Zero | ( | ) | [inline, static] |
Definition at line 86 of file experimental/rall1d.h.
V Rall1d::grad |
gradient
Definition at line 57 of file experimental/rall1d.h.
T Rall1d::t |
value
Definition at line 56 of file experimental/rall1d.h.