Macaulay2 » Documentation
Packages » MultigradedImplicitization :: UseMatroidSpeedup
next | previous | forward | backward | up | index | toc

UseMatroidSpeedup -- optional argument

Description

The option UseMatroidSpeedup is a boolean that allows one to specify if the matroid given by the jacobian should be used to automatically skip components. This option is true by default. If it is set to false, then every homogeneous component will be checked, even if it is impossible for a polynomial with the necessary support to belong to the kernel. For very small examples, it may be slightly faster to set this to false.

Functions with optional argument named UseMatroidSpeedup:

  • componentsOfKernel(...,UseMatroidSpeedup=>...) -- see componentsOfKernel -- Finds all minimal generators up to a given total degree in the kernel of a ring map

For the programmer

The object UseMatroidSpeedup is a symbol.


The source of this document is in MultigradedImplicitization.m2:536:0.