linbox-team / linbox

LinBox - C++ library for exact, high-performance linear algebra

Home Page:https://linbox-team.github.io/linbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow solutions to write to their methods

jgdumas opened this issue · comments

For instance Wiedemann solver computes the rank of the matrix,
it would be nice to give that information back to the method.
For now all methods are const.