fflas-ffpack
C++ library for linear algebra over finite fields
FFLAS-FFPACK is a C++ template library for basic linear algebra operations over a finite field. FFLAS (Finite Field Linear Algebra Subprograms) provides the implementation of a subset of routines of the numerical BLAS; it also supports sparse matrix-vector products. FFPACK (Finite Field Linear Algebra Package) is inspired by the LAPACK library to provide functionalities of higher level, using the kernel of a BLAS. Additionally, it provides routines specific to exact linear algebra, such as the row echelon form.
- Versions: 2.5.0
- Website: https://linbox-team.github.io/fflas-ffpack/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/algebra.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of fflas-ffpack
as follows:
guix install fflas-ffpack
Or install a particular version:
guix install fflas-ffpack@2.5.0
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.
Badge code
You can use the following badge to inform users of fflas-ffpack about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/fflas-ffpack'><img src='https://packages.guix.gnu.org/packages/fflas-ffpack/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/fflas-ffpack)
Example Org:
[[https://packages.guix.gnu.org/packages/fflas-ffpack][https://packages.guix.gnu.org/packages/fflas-ffpack/badges/latest-version.svg]]