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