linbox 1.6.3
C++ library for linear algebra over exact rings
LinBox is a C++ template library for exact linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields.
- Website: https://linbox-team.github.io/linbox/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/algebra.scm
- Builds: See build status
- Issues: See known issues
Installation
Install linbox 1.6.3
as follows:
guix install linbox@1.6.3
Or install the latest version:
guix install linbox
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.