Some of these examples serve a particular purpose such as computing a linear algebra function on an integer matrix stored in a file or executing a an interface to another system. Some were written expressly to illustrate writing code that uses LinBox.
Files | |
| file | charpoly.C |
| Characteristic polynomial of matrix over Z or Zp. | |
| file | det.C |
| Determinant of sparse matrix over Z or Zp. | |
| file | dot-product.C |
| Timings on dot products of random vectors. | |
| file | minpoly.C |
| Minimal polynomial of a sparse matrix. | |
| file | rank.C |
| Rank of sparse matrix over Z or Zp. | |
| file | smith.C |
| mod m Smith form by elmination | |
1.3.7