Public Types | Public Member Functions | Public Attributes
TestFunc1< _Scalar, NX, NY > Struct Template Reference

List of all members.

Public Types

enum  { InputsAtCompileTime = NX, ValuesAtCompileTime = NY }
enum  { InputsAtCompileTime = NX, ValuesAtCompileTime = NY }
typedef Matrix< Scalar,
InputsAtCompileTime, 1 > 
InputType
typedef Matrix< Scalar,
InputsAtCompileTime, 1 > 
InputType
typedef Matrix< Scalar,
ValuesAtCompileTime,
InputsAtCompileTime
JacobianType
typedef Matrix< Scalar,
ValuesAtCompileTime,
InputsAtCompileTime
JacobianType
typedef _Scalar Scalar
typedef _Scalar Scalar
typedef Matrix< Scalar,
ValuesAtCompileTime, 1 > 
ValueType
typedef Matrix< Scalar,
ValuesAtCompileTime, 1 > 
ValueType

Public Member Functions

int inputs () const
int inputs () const
template<typename T >
void operator() (const Matrix< T, InputsAtCompileTime, 1 > &x, Matrix< T, ValuesAtCompileTime, 1 > *_v) const
template<typename T >
void operator() (const Matrix< T, InputsAtCompileTime, 1 > &x, Matrix< T, ValuesAtCompileTime, 1 > *_v) const
void operator() (const InputType &x, ValueType *v, JacobianType *_j) const
void operator() (const InputType &x, ValueType *v, JacobianType *_j) const
 TestFunc1 ()
 TestFunc1 (int inputs, int values)
 TestFunc1 ()
 TestFunc1 (int inputs, int values)
int values () const
int values () const

Public Attributes

int m_inputs
int m_values

Detailed Description

template<typename _Scalar, int NX = Dynamic, int NY = Dynamic>
struct TestFunc1< _Scalar, NX, NY >

Definition at line 39 of file autodiff.cpp.


Member Typedef Documentation

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
typedef Matrix<Scalar,InputsAtCompileTime,1> TestFunc1< _Scalar, NX, NY >::InputType

Definition at line 39 of file forward_adolc.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
typedef Matrix<Scalar,InputsAtCompileTime,1> TestFunc1< _Scalar, NX, NY >::InputType

Definition at line 46 of file autodiff.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> TestFunc1< _Scalar, NX, NY >::JacobianType

Definition at line 41 of file forward_adolc.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
typedef Matrix<Scalar,ValuesAtCompileTime,InputsAtCompileTime> TestFunc1< _Scalar, NX, NY >::JacobianType

Definition at line 48 of file autodiff.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
typedef _Scalar TestFunc1< _Scalar, NX, NY >::Scalar

Definition at line 34 of file forward_adolc.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
typedef _Scalar TestFunc1< _Scalar, NX, NY >::Scalar

Definition at line 41 of file autodiff.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
typedef Matrix<Scalar,ValuesAtCompileTime,1> TestFunc1< _Scalar, NX, NY >::ValueType

Definition at line 40 of file forward_adolc.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
typedef Matrix<Scalar,ValuesAtCompileTime,1> TestFunc1< _Scalar, NX, NY >::ValueType

Definition at line 47 of file autodiff.cpp.


Member Enumeration Documentation

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
anonymous enum
Enumerator:
InputsAtCompileTime 
ValuesAtCompileTime 

Definition at line 42 of file autodiff.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
anonymous enum
Enumerator:
InputsAtCompileTime 
ValuesAtCompileTime 

Definition at line 35 of file forward_adolc.cpp.


Constructor & Destructor Documentation

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
TestFunc1< _Scalar, NX, NY >::TestFunc1 ( ) [inline]

Definition at line 52 of file autodiff.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
TestFunc1< _Scalar, NX, NY >::TestFunc1 ( int  inputs,
int  values 
) [inline]

Definition at line 53 of file autodiff.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
TestFunc1< _Scalar, NX, NY >::TestFunc1 ( ) [inline]

Definition at line 45 of file forward_adolc.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
TestFunc1< _Scalar, NX, NY >::TestFunc1 ( int  inputs,
int  values 
) [inline]

Definition at line 46 of file forward_adolc.cpp.


Member Function Documentation

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
int TestFunc1< _Scalar, NX, NY >::inputs ( ) const [inline]

Definition at line 48 of file forward_adolc.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
int TestFunc1< _Scalar, NX, NY >::inputs ( ) const [inline]

Definition at line 55 of file autodiff.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
template<typename T >
void TestFunc1< _Scalar, NX, NY >::operator() ( const Matrix< T, InputsAtCompileTime, 1 > &  x,
Matrix< T, ValuesAtCompileTime, 1 > *  _v 
) const [inline]

Definition at line 52 of file forward_adolc.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
template<typename T >
void TestFunc1< _Scalar, NX, NY >::operator() ( const Matrix< T, InputsAtCompileTime, 1 > &  x,
Matrix< T, ValuesAtCompileTime, 1 > *  _v 
) const [inline]

Definition at line 59 of file autodiff.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
void TestFunc1< _Scalar, NX, NY >::operator() ( const InputType x,
ValueType v,
JacobianType _j 
) const [inline]

Definition at line 71 of file forward_adolc.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
void TestFunc1< _Scalar, NX, NY >::operator() ( const InputType x,
ValueType v,
JacobianType _j 
) const [inline]

Definition at line 78 of file autodiff.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
int TestFunc1< _Scalar, NX, NY >::values ( ) const [inline]

Definition at line 49 of file forward_adolc.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
int TestFunc1< _Scalar, NX, NY >::values ( ) const [inline]

Definition at line 56 of file autodiff.cpp.


Member Data Documentation

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
int TestFunc1< _Scalar, NX, NY >::m_inputs

Definition at line 50 of file autodiff.cpp.

template<typename _Scalar , int NX = Dynamic, int NY = Dynamic>
int TestFunc1< _Scalar, NX, NY >::m_values

Definition at line 50 of file autodiff.cpp.


The documentation for this struct was generated from the following files:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:26