Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563667 views
1
2
A An Overview of the Gauss package source code
3
4
Filename │ Content
5
───────────────────┼─────────────────────────────────────────────────────────
6
SparseMatrix.gi │ Definitions and methods for the sparse matrix type
7
SparseMatrixGF2.gi │ Special case GF(2): no matrix entries needed
8
GaussDense.gi │ Gaussian elmination for GAP matrices over fields
9
Sparse.gi │ Documentation and forking depending on the base ring
10
GaussSparse.gi │ Gaussian elimination for sparse matrices over fields
11
HermiteSparse.gi │ Hermite elimination for sparse matrices over ℤ / ⟨ p^n ⟩
12
13
Table: The Gauss package files.
14
15
16
17