Changeset 976 in Sophya for trunk/SophyaLib/TArray/tmatrix.h
- Timestamp:
- Apr 27, 2000, 7:55:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.h
r970 r976 25 25 virtual TArray<T>& Set(const TArray<T>& a); 26 26 //! Operator = between matrices 27 /*! \sa NDataBlock::operator=(const NDataBlock<T>&) */ 27 /*! \warning Datas are copied (cloned) from \b a. 28 \sa NDataBlock::operator=(const NDataBlock<T>&) */ 28 29 inline TMatrix<T>& operator = (const TMatrix<T>& a) 29 30 { Set(a); return(*this); }
Note:
See TracChangeset
for help on using the changeset viewer.