Skip to main content

-=

Symbol of StateVector.

(StateVector lhs -= const State rhs) -> StateVector

In-place subtraction of two state vectors.

Performs in-place subtraction of the right-hand side state vector from the left-hand side state vector.

Parameters

  • lhs: Left-hand side value.
  • rhs: Right-hand side state vector.