reshape
Method of ComplexArray.
reshape(const List<integer> shape) -> ComplexArray
Reshapes the ComplexArray in-place to the given dimensions.
Parameters
- shape: The new shape.
Method of ComplexArray.
reshape(const List<integer> shape) -> ComplexArrayReshapes the ComplexArray in-place to the given dimensions.