Changeset 3443 for trunk/linbox/linbox/blackbox/blas-blackbox.h
- Timestamp:
- 09/02/10 16:41:40 (21 months ago)
- File:
-
- 1 edited
-
trunk/linbox/linbox/blackbox/blas-blackbox.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox/linbox/blackbox/blas-blackbox.h
r3405 r3443 298 298 299 299 const BlasBlackbox<MultiModDouble>& operator=(const BlasBlackbox<MultiModDouble> & A){ 300 //_F = A._F;300 _F = A._F; 301 301 _row = A._row; 302 302 _col = A._col; … … 393 393 protected: 394 394 395 const MultiModDouble &_F;395 MultiModDouble _F; 396 396 const std::vector<MatrixDomain<Modular<double> > > _MD; 397 397 size_t _row,_col;
Note: See TracChangeset
for help on using the changeset viewer.
