BoxedForm
final class BoxedForm<Value, Form>(x:Value!, f:Form) < Expression<Value>(x, false)
Boxed form. Memoizes forward evaluation, acting as a checkpoint for reverse-mode automatic differentiation.
- Value Result type.
- Form Form form.
Member Variables
Name | Description |
---|---|
f:Form? | Expression form. |