class ARRAY3{T} < $ELT{T}


Flattened version is here

Ancestors
$ELT{_} $ELT AREF{_}



Public


Readable Attributes
attr size1 : CARD ;
**** of slowest changing dim.
attr size2 : CARD ;
**** of 2nd fastest changing dim.
attr size3 : CARD ;
**** of fastest changing dim.

Features
create(

Iters


Private

attr size1 : CARD ;
**** of slowest changing dim.
attr size2 : CARD ;
**** of 2nd fastest changing dim.
attr size23 : CARD ;
**** size2*size3, pre-multiplied to save multiplication when accessing the array.
attr size23 : CARD ;
**** size2*size3, pre-multiplied to save multiplication when accessing the array.
attr size3 : CARD ;
**** of fastest changing dim.

The Sather Home Page