casacore
|
FunctionTraits specialization for AutoDiffX. More...
#include <FunctionTraits.h>
Public Types | |
typedef AutoDiffX< T > | Type |
Actual template type. | |
typedef T | BaseType |
Template base type. | |
typedef FunctionTraits_PX< T >::NumericType | NumericType |
Template numeric type. | |
typedef T | ParamType |
Type for parameters. | |
typedef AutoDiffX< T > | ArgType |
Type for arguments. | |
typedef AutoDiffX< T > | DiffType |
Default type for differentiation. | |
Static Public Member Functions | |
static const T & | getValue (const Type &in) |
Get the value. | |
static void | setValue (Type &out, const T &val, const uInt nder, const uInt i) |
Set a value (and possible derivative) | |
FunctionTraits specialization for AutoDiffX.
Definition at line 226 of file FunctionTraits.h.
Type for arguments.
Definition at line 237 of file FunctionTraits.h.
typedef T casacore::FunctionTraits_PX< AutoDiffX< T > >::BaseType |
Template base type.
Definition at line 231 of file FunctionTraits.h.
Default type for differentiation.
Definition at line 239 of file FunctionTraits.h.
typedef FunctionTraits_PX<T>::NumericType casacore::FunctionTraits_PX< AutoDiffX< T > >::NumericType |
Template numeric type.
Definition at line 233 of file FunctionTraits.h.
typedef T casacore::FunctionTraits_PX< AutoDiffX< T > >::ParamType |
Type for parameters.
Definition at line 235 of file FunctionTraits.h.
Actual template type.
Definition at line 229 of file FunctionTraits.h.
|
inlinestatic |
Get the value.
Definition at line 241 of file FunctionTraits.h.
|
inlinestatic |
Set a value (and possible derivative)
Definition at line 244 of file FunctionTraits.h.