Changeset 514 in Sophya for trunk/SophyaLib/NTools/tmatrix.h
- Timestamp:
- Oct 25, 1999, 6:43:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tmatrix.h
r508 r514 50 50 inline uint_4 NRows() const {return mNr;} 51 51 inline uint_4 NCols() const {return mNc;} 52 inline uint_4 NCol() const {return mNc;} // back-compat Peida 52 53 inline T const& operator()(uint_4 r,uint_4 c) const 53 54 {return *(mNDBlock.Begin()+r*mNc+c);} … … 139 140 140 141 //////////////////////////////////////////////////////////////// 141 // Surcharge d'operateurs A (+ =,-=,*=,/=) (T) x142 // Surcharge d'operateurs A (+,-,*,/) (T) x 142 143 143 144 template <class T> inline TMatrix<T> operator + (const TMatrix<T>& a, T b)
Note:
See TracChangeset
for help on using the changeset viewer.