verry.autodiff.DynDual#

final class verry.autodiff.DynDual(real, imag)#

Bases: Dual[T, Any], Generic

Dual for an arbitrary coefficient type.

Parameters:
  • real (T)

  • imag (Iterable[T])

Variables:
  • real (T)

  • imag (list[T])

Warning

All the elements of imag must be of the same type as real, and must not be instances of DynJet.