dim -- dimension of a NeuralCode
-
- Usage:
dim(C)
- Inputs:
- Outputs:
Description
Returns the dimension of a neural code, i.e. the length of its code words.
Ways to use dim:
- dim(NeuralCode)
- dim(Ideal) -- compute the Krull dimension
- dim(MonomialIdeal) -- see dim(Ideal) -- compute the Krull dimension
- dim(Module) -- compute the Krull dimension
- dim(ProjectiveHilbertPolynomial) -- the degree of the Hilbert polynomial
- dim(FractionField) -- see dim(Ring) -- compute the Krull dimension
- dim(GaloisField) -- see dim(Ring) -- compute the Krull dimension
- dim(InexactField) -- see dim(Ring) -- compute the Krull dimension
- dim(PolynomialRing) -- see dim(Ring) -- compute the Krull dimension
- dim(QuotientRing) -- see dim(Ring) -- compute the Krull dimension
- dim(Ring) -- compute the Krull dimension
The source of this document is in NeuralIdeals.m2:711:0.