Library for exact linear algebra, a C++ template-library based originally on LinBox intended for F4-like implementations
Stars
18
Forks
12
Watchers
18
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
Switch LELA to GNU Lesser General Public License v3.0
30912dfView on GitHubFurther fix to .gitignore on Cygwin. Moved comment in .gitignore to its own line as required by git and also ignores .exe files in tests/.
31d012cView on GitHubFixed .gitignore to ignore produced .exe files in util/ on Cygwin.
3929557View on GitHubUse sparse or hybrid matrix by default in diff and equal
896bc21View on GitHubFaugereLachartre: Catch DiagonalEntryNotInvertible from trsm and report
91c01b3View on GitHubDiagonalEntryNotInvertible: Add index of offending diagonal entry
6b55191View on GitHubSparseSubvector<Hybrid>::const_iterator: use size_t for start_idx and end_idx, since they are full indices, not word-indices
a6697adView on GitHubReserve space in output vectors for first splice-grid
c3d7493View on GitHub