Changeset 302 in Sophya for trunk/SophyaLib/NTools/tmatrix.h
- Timestamp:
- May 18, 1999, 2:58:26 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tmatrix.h
r301 r302 39 39 40 40 // Informations pointeur/data 41 inline intNRows() const {return mNr;}42 inline intNCols() const {return mNc;}41 inline uint_4 NRows() const {return mNr;} 42 inline uint_4 NCols() const {return mNc;} 43 43 inline T const& operator()(uint_4 r,uint_4 c) const 44 44 {return *(mNDBlock.Begin()+r*mNc+c);}
Note:
See TracChangeset
for help on using the changeset viewer.