Changeset 3101 in Sophya for trunk/SophyaLib/TArray/tarray.cc
- Timestamp:
- Nov 2, 2006, 3:57:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tarray.cc
r2938 r3101 41 41 of identical size small arrays. For example, TArray<T> tab(2,2, 1000) can be used 42 42 to hold 1000 2x2 matrices. 43 44 \warning Notice that array elements along the X axis are contiguous in memory, 45 independent of the array rank (number of dimensions), for packed arrays. 43 46 44 47 \b Array is a typedef for double precision floating point arrays ( TArray<r_8> )
Note:
See TracChangeset
for help on using the changeset viewer.