![]() |
Prev | Next |
AD<Base> y()
AD<Base> y(x)
AD<Base>
object
y
and initializes its value as equal to
x
.
x
has one of the following
prototypes:
const Base& x
const VecAD<Base>& x
x
has prototype
const Type& x
for any type that has an explicit constructor of the form
Base(x)
.
y
has prototype
AD<Base> y