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