Go to the source code of this file.
|
| namespace | medi |
| | Global namespace for MeDiPack - Message Differentiation Package.
|
| |
|
| typedef int(* | medi::ContinueFunction) (HandleBase *h) |
| |
| typedef void(* | medi::CustomFunction) (void *data) |
| |
| typedef PairWithInt< double > | medi::DoubleIntPair |
| |
| typedef PairWithInt< float > | medi::FloatIntPair |
| |
| typedef void(* | medi::ForwardFunction) (HandleBase *h, AdjointInterface *a) |
| |
| typedef PairWithInt< int > | medi::IntIntPair |
| |
| typedef PairWithInt< long double > | medi::LongDoubleIntPair |
| |
| typedef PairWithInt< long > | medi::LongIntPair |
| |
| typedef void(* | medi::PostAdjointOperation) (void *adjoints, void *primals, void *rootPrimals, int count, int dim) |
| |
| typedef void(* | medi::PreAdjointOperation) (void *adjoints, void *primals, int count, int dim) |
| |
| typedef void(* | medi::PrimalFunction) (HandleBase *h, AdjointInterface *a) |
| |
| typedef void(* | medi::ReverseFunction) (HandleBase *h, AdjointInterface *a) |
| |
| typedef PairWithInt< short > | medi::ShortIntPair |
| |