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 9eb98c9 commit 2de5d76Copy full SHA for 2de5d76
linbox/matrix/densematrix/blas-matrix.inl
@@ -52,7 +52,7 @@ namespace LinBox
52
53
template<class _Field, class _Storage>
54
template <class constIterator>
55
- void BlasMatrix< _Field, _Storage >::createBlasMatrix (const constIterator& v)
+ void BlasMatrix< _Field, _Storage >::createBlasMatrix (constIterator v)
56
{
57
constIterator v_end = v+(_col*_row) ;
58
Element_ptr iter_addr = getPointer();
0 commit comments