Navigation

Operators and Keywords

Function List:

C++ API

Function File: q = reshape (q, m, n, ...)

Function File: q = reshape (q, [m n ...])

Function File: q = reshape (q, ..., [], ...)

Function File: q = reshape (q, size)

Return a quaternion array with the specified dimensions (m, n, ...) whose elements are taken from the quaternion array q. The elements of the quaternion are accessed in column-major order (like Fortran arrays are stored).

Package: quaternion