Array storage - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English

Algorithmic routines in the library can handle two-dimensional arrays in either column-major or row-major order. However, for best possible performance, it is recommended that you store your data in column-major format, since row-major arrays may be copied and transposed internally.