FastLinAlg : Table of Contents
-
FastLinAlg -- faster linear algebra in certain cases
-
chooseGoodMinors -- returns an ideal generated by interesting minors in a matrix
-
-
-
-
DetStrategy -- DetStrateg is a strategy for allowing the user to choose how determinants (or rank), is computed
-
-
isCodimAtLeast -- returns true if we can quickly see whether the codim is at least a given number
-
isDimAtMost -- returns true if we can quickly see whether the dim is at most a given number
-
isRankAtLeast -- determines if the matrix has rank at least a number
-
MaxMinors -- an option to control depth of search
-
-
ModP -- an option for regularInCodimension
-
PointOptions -- options to pass to functions in the package RandomRationalPoints
-
projDim -- finds an upper bound for the projective dimension of a module
-
recursiveMinors -- uses a recursive cofactor algorithm to compute the ideal of minors of a matrix
-
-
-
reorderPolynomialRing -- produces an isomorphic polynomial ring with a different, randomized, monomial order
-
Threads -- an option for various functions