CppAD: A C++ Algorithmic Differentiation Package 20110419
|
Type used to distinguish different AD< Base > atomic operations. Each of the operators ends with the characters Op. Ignoring the Op at the end, the operators appear in alphabetical order. Binary operation where both operands have type AD< Base > use the following convention for thier endings: Ending Left-Operand Right-Operand pvOp parameter variable vpOp variable parameter vvOp variable variable For example, AddpvOp represents the addition operator where the left operand is a parameter and the right operand is a variable.
Definition at line 44 of file op_code.hpp. |