Iterative -- the default method for computing the canonical form of a neural code
-
- Usage:
canonicalForm(C,Iterative=>false)
- Inputs:
- Outputs:
- a List of pseudomonomials in ring(C)
Description
By default, the canonical form of a neural code is computed using the iterative method of Petersen, Youngs, et al. If set to false, this instead computes the neural ideal and then its canonical form using the primary decomposition method of Curto, Itskov, et al.
Functions with optional argument named Iterative:
- canonicalForm(NeuralCode,Iterative=>...) -- see canonicalForm -- computes the canonical form of a neural ideal
The source of this document is in NeuralIdeals.m2:810:0.