realroots SciMax Toolbox rectangle

SciMax Toolbox >> rearray

rearray

Maxima Function

Calling Sequence

rearray (A, dim_1, ..., dim_n)

Description

Changes the dimensions of an array. The new array will be filled with the elements of the old one in row-major order. If the old array was too small, the remaining elements are filled with false, 0.0 or 0, depending on the type of the array. The type of the array cannot be changed.

realroots SciMax Toolbox rectangle