orbithunter.core.Orbit.__floordiv__
- Orbit.__floordiv__(other)[source]
Floor division of Orbit state by other numerical quantity
- Parameters:
- otherOrbit, ndarray, float, int
- Returns:
- Orbit:
State is the floor division of self.state by other.
Notes
If user defined classes are not careful with shapes then accidental outer products can happen (i.e. array of shape (x,) // array of shape (x, 1) = array of shape (x, x)