FunctionalLeftVectorMult.derivative

FunctionalLeftVectorMult.derivative(self, x)[source]

Return the derivative at x.

Left scalar multiplication and derivative are commutative:

FunctionalLeftVectorMult(op, y).derivative(z) == FunctionalLeftVectorMult(op.derivative(z), y)

Returns
derivativeFunctionalLeftVectorMult