class ARRAY3{T} < $ELT{T} |
---|
$ELT{_} | $ELT | AREF{_} |
attr size1 : CARD ; |
---|
**** | of slowest changing dim. |
attr size2 : CARD ; |
---|
**** | of 2nd fastest changing dim. |
attr size3 : CARD ; |
---|
**** | of fastest changing dim. |
create( |
---|
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. |