![]() |
Prev | Next | a_double_ctor |
ad = cppad_py.a_double()
ad = cppad_py.a_double(d)
ad = cppad_py.a_double(a_other)
cppad_py::a_double
object that can be use
to track floating point operations and preform algorithmic differentiation.
const double& d
The resulting
ad
variable represents
a constant function equal to
d
.
const a_double& a_other
The resulting
ad
variable is the same function
of the independent variables as
a_other
.
a_double
object that is constructed.
a_double
examples use an a_double
constructor.