![]() |
Prev | Next | WishList |
BenderQuad
specifications.
double
,
the computed assignment
operators do not
always allow for double
operands. For example,
if x has type AD< AD<double> >
x += .5;
will slice the value .5
to an int
and then convert it to an AD< AD<double> >
.
Hence, zero will be added to x.
AD
and VecAD
template class,
but not yet for the other classes.)
int
when assigning
from double
to
VecAD< AD<double> >::reference
object.