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

Removed Method::NonBlasElimination and renamed BlasElimination to DenseElimination #174

Closed Breush closed 5 years ago

Breush commented 5 years ago

Work in progress: Still have to renamed BlasElimination to DenseElimination

In favour of Method::SparseElimination at the only place it was really used.