FunctionalLeftVectorMult.derivative¶
- FunctionalLeftVectorMult.derivative(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:
- derivative
FunctionalLeftVectorMult
- derivative