FastMinors : Table of Contents
-
FastMinors -- faster linear algebra, especially for computation of minors
-
chooseGoodMinors -- returns an ideal generated by interesting minors in a matrix
-
-
-
-
DetStrategy -- DetStrategy 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
-
-
Modulus -- an option for regularInCodimension
-
PointOptions -- options to pass to functions in the package RandomPoints
-
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