![]() |
Prev | Next | a_double_ctor |
ad = module_ref a_double()
ad = module_ref a_double(d)
ad = module_ref a_double(ad_other)
cppad_swig::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& ad_other
The resulting
ad
variable is the same function
of the independent variables as
ad_other
.
a_double
object that is constructed.
a_double
examples use an a_double
constructor.