Changeset 2683 in Sophya for trunk/SophyaPI/PIext/nomtmatvecadapter.cc
- Timestamp:
- Apr 21, 2005, 6:05:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomtmatvecadapter.cc
r2615 r2683 305 305 /* --Methode-- */ 306 306 template <class T> 307 uint_4NTupInt_TMatrix<T>::NbLines() const307 sa_size_t NTupInt_TMatrix<T>::NbLines() const 308 308 { 309 309 return( mMtx->NRows()*mMtx->NCols() ); … … 312 312 /* --Methode-- */ 313 313 template <class T> 314 uint_4NTupInt_TMatrix<T>::NbColumns() const314 sa_size_t NTupInt_TMatrix<T>::NbColumns() const 315 315 { 316 316 return(8); … … 319 319 /* --Methode-- */ 320 320 template <class T> 321 r_8* NTupInt_TMatrix<T>::GetLineD( int n) const321 r_8* NTupInt_TMatrix<T>::GetLineD(sa_size_t n) const 322 322 { 323 323 int i,j;
Note:
See TracChangeset
for help on using the changeset viewer.