FflasFfpack
|
Class FFPACK provides functions using fflas much as Lapack uses BLAS. More...
Namespaces | |
FFPACK | |
Finite Field PACK Set of elimination based routines for dense linear algebra. | |
Enumerations | |
enum | FFPACK_LU_TAG { FfpackSlabRecursive = 1, FfpackTileRecursive = 2, FfpackSingular = 3 } |
enum | FFPACK_CHARPOLY_TAG { FfpackLUK =1, FfpackKG =2, FfpackHybrid =3, FfpackKGFast =4, FfpackDanilevski =5, FfpackArithProg =6, FfpackKGFastG =7 } |
enum | FFPACK_MINPOLY_TAG { FfpackDense =1, FfpackKGF =2 } |
Class FFPACK provides functions using fflas much as Lapack uses BLAS.
enum FFPACK_CHARPOLY_TAG |