Changeset 2267 in Sophya for trunk/SophyaLib/TArray/basarr.cc
- Timestamp:
- Nov 15, 2002, 10:35:44 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/basarr.cc
r1636 r2267 11 11 \class SOPHYA::BaseArray 12 12 \ingroup TArray 13 Base class for template arrays 14 No data are connected to this class. 15 13 Base class for template arrays with number of dimensions up to 14 \ref BASEARRAY_MAXNDIMS "BASEARRAY_MAXNDIMS". 15 This class is an abstract class and has no data connected to it. 16 16 17 Define base methods, enum and defaults for TArray , TMatrix and TVector. 18 BaseArray objects can be used in particular for performing operations on 19 arrays with unknown data types, or between arrays with different data types. 17 20 */ 18 21
Note:
See TracChangeset
for help on using the changeset viewer.