OperatorLeftVectorMult.derivative

OperatorLeftVectorMult.derivative(self, x)[source]

Return the derivative at x.

Left scalar multiplication and derivative are commutative:

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

See also

OperatorLeftVectorMult

the result