Changeset 967 in Sophya for trunk/SophyaLib/TArray/tmatrix.h
- Timestamp:
- Apr 21, 2000, 6:31:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.h
r958 r967 25 25 virtual TArray<T>& Set(const TArray<T>& a); 26 26 //! Operator = between matrices 27 /*! \sa NDataBlock::operator=(const NDataBlock<T>&) */ 27 28 inline TMatrix<T>& operator = (const TMatrix<T>& a) 28 29 { Set(a); return(*this); }
Note:
See TracChangeset
for help on using the changeset viewer.