Classes | Namespaces | Functions
rall1d.h File Reference
#include <assert.h>
#include <kdl/utility.h>
Include dependency graph for experimental/rall1d.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KDL::Rall1d< T, V, S >

Namespaces

namespace  KDL

Functions

template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::abs (const Rall1d< T, V, S > &x)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::acos (const Rall1d< T, V, S > &x)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::asin (const Rall1d< T, V, S > &x)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::atan (const Rall1d< T, V, S > &x)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::atan2 (const Rall1d< T, V, S > &y, const Rall1d< T, V, S > &x)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::cos (const Rall1d< T, V, S > &arg)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::cosh (const Rall1d< T, V, S > &arg)
template<class T , class V , class S >
INLINE bool KDL::Equal (const Rall1d< T, V, S > &y, const Rall1d< T, V, S > &x, double eps=epsilon)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::exp (const Rall1d< T, V, S > &arg)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::hypot (const Rall1d< T, V, S > &y, const Rall1d< T, V, S > &x)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::LinComb (S alfa, const Rall1d< T, V, S > &a, const T &beta, const Rall1d< T, V, S > &b)
template<class T , class V , class S >
INLINE void KDL::LinCombR (S alfa, const Rall1d< T, V, S > &a, const T &beta, const Rall1d< T, V, S > &b, Rall1d< T, V, S > &result)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::log (const Rall1d< T, V, S > &arg)
template<class T , class V , class S >
INLINEKDL::Norm (const Rall1d< T, V, S > &value)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator* (const Rall1d< T, V, S > &lhs, const Rall1d< T, V, S > &rhs)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator* (S s, const Rall1d< T, V, S > &v)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator* (const Rall1d< T, V, S > &v, S s)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator+ (const Rall1d< T, V, S > &lhs, const Rall1d< T, V, S > &rhs)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator+ (S s, const Rall1d< T, V, S > &v)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator+ (const Rall1d< T, V, S > &v, S s)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator- (const Rall1d< T, V, S > &lhs, const Rall1d< T, V, S > &rhs)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator- (const Rall1d< T, V, S > &arg)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator- (S s, const Rall1d< T, V, S > &v)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator- (const Rall1d< T, V, S > &v, S s)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator/ (const Rall1d< T, V, S > &lhs, const Rall1d< T, V, S > &rhs)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator/ (S s, const Rall1d< T, V, S > &v)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::operator/ (const Rall1d< T, V, S > &v, S s)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::pow (const Rall1d< T, V, S > &arg, double m)
template<class T , class V , class S >
INLINE void KDL::SetToIdentity (Rall1d< T, V, S > &value)
template<class T , class V , class S >
INLINE void KDL::SetToZero (Rall1d< T, V, S > &value)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::sin (const Rall1d< T, V, S > &arg)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::sinh (const Rall1d< T, V, S > &arg)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::sqr (const Rall1d< T, V, S > &arg)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::sqrt (const Rall1d< T, V, S > &arg)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::tan (const Rall1d< T, V, S > &arg)
template<class T , class V , class S >
INLINE Rall1d< T, V, S > KDL::tanh (const Rall1d< T, V, S > &arg)


orocos_kdl
Author(s): Ruben Smits, Erwin Aertbelien, Orocos Developers
autogenerated on Sat Dec 28 2013 17:17:26