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