reshape matrix of symbolic scalars
B: Reshape( A, r, c )
matrix of symbolic scalars
positive integer
matrix of symbolic scalars
Returns a (r,c)-matrix B, which is a reshaped version of matrix A. Please note, the number of elements of must match, i.e. r*c == elems(A) must be true.
SymEngine: C++ library for fast symbolic manipulation.