Changeset 914 in Sophya for trunk/SophyaLib/TArray/tmatrix.h
- Timestamp:
- Apr 13, 2000, 6:04:50 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.h
r894 r914 23 23 TMatrix(const TMatrix<T>& a, bool share); 24 24 TMatrix(const TArray<T>& a); 25 TMatrix(const TArray<T>& a, bool share, short mm= CMemoryMapping);25 TMatrix(const TArray<T>& a, bool share, short mm=AutoMemoryMapping); 26 26 virtual ~TMatrix(); 27 27
Note:
See TracChangeset
for help on using the changeset viewer.