setDerivatives.setDerivatives

Computes the derivative of expression `E` with respect to variables, returning type `D` with optional strict mode.

  1. D setDerivatives(E expression)
    template setDerivatives(D, bool strict = true)
    @fmamath
    D
    setDerivatives
    (
    E
    )
  2. void setDerivatives(D derivatives, E expression)