Prev | Next |
x = value(a_x)
a_x
must be an a_float
(AD level 1),
or an a2float
(AD level 2).
The argument
a_x
may also be a numpy.array
with one of the
element types listed in the previous sentence.
a_x
is an a_float
,
x
is a float
(AD level 0).
If
a_x
is an a2float
,
x
is an a_float
(AD level 1).
If
a_x
is an numpy.array
,
x
is also an numpy.array
with the
same shape as
a_x
.