[top][index]
search for:

Strategy -- specify a computational strategy

Strategy => v -- an optional argument used with various routines to suggest a strategy for efficient computation.

Functions with optional argument named Strategy :

  • ass(..., Strategy => ...) -- specify a computational strategy
  • det(..., Strategy => ...) -- choose between Bareiss and Cofactor algorithms
  • exteriorPower(..., Strategy => ...) -- choose between Bareiss and Cofactor algorithms
  • gb(..., Strategy => ...) -- specify the strategy used to compute Groebner bases
  • localize(..., Strategy) -- specify a computational strategy
  • minors(..., Strategy => ...) -- choose between Bareiss and Cofactor algorithms
  • primaryComponent(..., Strategy => ...) -- specify a computational strategy
  • primaryDecomposition(..., Strategy => ...) -- specify a computational strategy
  • pushForward(..., Strategy => ...) -- specify a computational strategy
  • pushForward1(..., Strategy => ...) -- specify which algorithm to use in the computation
  • quotient(..., Strategy => ...) -- specify a computational strategy
  • resolution(..., Strategy => ...) -- specify a computational strategy
  • saturate(..., Strategy => ...) -- specify a computational strategy
  • syz(..., Strategy => ...) -- specify the strategy used to compute the Groebner basis

  • [top][index]
    search for: