Ilustrations of the LinBox library in use.Some of these examples serve a particular purpose such as computing a linear algebra function on an integer matrix stored in a file. Some were written expressly to illustrate writing code that uses LinBox. More...
Files | |
file | det.C |
Determinant of sparse matrix over Z or Zp. | |
file | charpoly.C |
Characteristic polynomial of matrix over Z or Zp. | |
file | solve.C |
Solving of sparse matrix over Z or Zp. | |
file | dense-det.C |
Small program that computes timings for dense-charpoly computation of dense matrices. | |
file | det.C |
Determinant of sparse matrix over Z or Zp. | |
file | dot-product.C |
Timings on dot products of random vectors. | |
file | echelon.C |
Echelon form of matrix over Zp. | |
file | integer-mul.C |
The LinBox arbitrary precision integer type illustrated. class `integer' is a wrapper of GMP integers. | |
file | minpoly.C |
Minimal polynomial of a sparse matrix. | |
file | det.C |
Determinant of sparse matrix over Z or Zp. | |
file | rank.C |
Rank of sparse matrix over Z or Zp. | |
file | samplebb.C |
generate an example matrix with specified frobenius form. | |
file | smith.C |
mod m Smith form by elmination | |
file | solve.C |
Solving of sparse matrix over Z or Zp. | |
file | sparseelimdet.C |
Gaussian elimination determinant of sparse matrix over Z or Zp. | |
file | sparseelimrank.C |
Gaussian elimination Rank of sparse matrix over Z or Zp. | |
file | valence.C |
Valence of sparse matrix over Z or Zp. |
Ilustrations of the LinBox library in use.
Some of these examples serve a particular purpose such as computing a linear algebra function on an integer matrix stored in a file. Some were written expressly to illustrate writing code that uses LinBox.