|
linbox
|
Topics | |
| Dense Matrix | |
| These are dense matrix reprensentations. | |
| Matrix Domain | |
| Matrix domain operations. | |
| Iterators | |
| NO DOC YET. | |
| Permutation Matrix | |
| These are permutation matrix reprensentations. | |
| Sliced Matrix | |
| These are files related to a special bitsliced GF(3) representation. | |
| Sparse Matrix | |
| These are sparse matrix reprensentations. | |
Files | |
| file | abnormal-helpers.h |
| / | |
| file | abnormal-matrix.h |
| file | archetype.h |
| NO DOC. | |
| file | blas-matrix-multimod.h |
A BlasMatrix< represents a matrix as an array of _Field::Elements. | |
| file | permutation-matrix.h |
| file | plain-matrix.h |
| Reference representation of a PlainMatrix (dense, memory allocating) class and PlainSubmatrix (dense, non-allocating) class. | |
| file | random-matrix.h |
| Implementation of random matrices. | |
| file | random-matrix.inl |
| Implementation of random matrices. | |
| file | sliced3.h |
| file | sparse-matrix.h |
A SparseMatrix<_Field, _Storage> .... | |
Matrices in LinBox.
All matrices are containers that present the blackbox interface. (
Matrices are templated by a Field and a Storage type.
BlasMatrix<Field,Rep> and the view is BlasSubmatrix. SparseMatrix<Field,Rep>.