linbox-team / linbox

LinBox - C++ library for exact, high-performance linear algebra
https://linbox-team.github.io/linbox
GNU Lesser General Public License v2.1
81 stars 28 forks source link

Cleaned wrong getPointer from matrix #209

Closed Breush closed 5 years ago

Breush commented 5 years ago

All tests are still ok.

ClementPernet commented 5 years ago

It just occured to me: could you also fix the same issue in blas-submatrix.{h,inl} as well?

Breush commented 5 years ago

@ClementPernet Done.

ClementPernet commented 5 years ago

Thanks, LGTM