We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ffa87 commit 9226c46Copy full SHA for 9226c46
linbox/vector/blas-vector.h
@@ -241,7 +241,6 @@ namespace LinBox {
241
Element_ptr getPointer() { return _ptr; }
242
ConstElement_ptr getConstPointer() const { return _ptr;}
243
244
- Storage &refRep() { return _rep ; }
245
const Storage &getRep() const { return _rep ; }
246
247
/** Get the increment in the vector
0 commit comments