$search
template class to mark template expressions. More...
#include <jacobian.hpp>
Public Types | |
typedef T::derivType | derivType |
typedef T::exprType | exprType |
typedef T::valueType | valueType |
Public Member Functions | |
Expr (const T &_elem) | |
Public Attributes | |
T | elem |
template class to mark template expressions.
The Type T should have type definitions valueType and derivType. The underlying type will be an expression or the base type Jacobian<..>
Definition at line 65 of file experimental/jacobian.hpp.
returns the type of the derivative of T
Definition at line 71 of file experimental/jacobian.hpp.
Definition at line 67 of file experimental/jacobian.hpp.
returns the type of the value of T
Definition at line 76 of file experimental/jacobian.hpp.
Constructs an Expr out of an underlying type.
Definition at line 86 of file experimental/jacobian.hpp.
contains the underlying element
Definition at line 81 of file experimental/jacobian.hpp.