Changeset 2683 in Sophya for trunk/SophyaPI/PIext/nommatvecadapter.cc
- Timestamp:
- Apr 21, 2005, 6:05:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nommatvecadapter.cc
r2615 r2683 137 137 138 138 /* --Methode-- */ 139 uint_4NTupInt_Vector::NbLines() const139 sa_size_t NTupInt_Vector::NbLines() const 140 140 { 141 141 return(mVec->NElts()); … … 143 143 144 144 /* --Methode-- */ 145 uint_4NTupInt_Vector::NbColumns() const145 sa_size_t NTupInt_Vector::NbColumns() const 146 146 { 147 147 return(2); … … 149 149 150 150 /* --Methode-- */ 151 r_8* NTupInt_Vector::GetLineD( int n) const151 r_8* NTupInt_Vector::GetLineD(sa_size_t n) const 152 152 { 153 153 int i; … … 302 302 303 303 /* --Methode-- */ 304 uint_4NTupInt_Matrix::NbLines() const304 sa_size_t NTupInt_Matrix::NbLines() const 305 305 { 306 306 return( mMtx->NRows()*mMtx->NCol() ); … … 308 308 309 309 /* --Methode-- */ 310 uint_4NTupInt_Matrix::NbColumns() const310 sa_size_t NTupInt_Matrix::NbColumns() const 311 311 { 312 312 return(3); … … 314 314 315 315 /* --Methode-- */ 316 r_8* NTupInt_Matrix::GetLineD( intn) const316 r_8* NTupInt_Matrix::GetLineD(sa_size_t n) const 317 317 { 318 318 int i,j;
Note:
See TracChangeset
for help on using the changeset viewer.