next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Macaulay2Doc :: PackageDictionary

PackageDictionary -- the dictionary for names of packages

Description

This dictionary is used just for names of packages.
i1 : dictionaryPath

o1 = {Truncations.Dictionary, SimpleDoc.Dictionary,
     ------------------------------------------------------------------------
     InverseSystems.Dictionary, ConwayPolynomials.Dictionary,
     ------------------------------------------------------------------------
     ReesAlgebra.Dictionary, TangentCone.Dictionary, Classic.Dictionary,
     ------------------------------------------------------------------------
     PrimaryDecomposition.Dictionary, IntegralClosure.Dictionary,
     ------------------------------------------------------------------------
     LLLBases.Dictionary, Elimination.Dictionary, User#"private dictionary",
     ------------------------------------------------------------------------
     User.Dictionary, Core.Dictionary, OutputDictionary, PackageDictionary}

o1 : List
i2 : values PackageDictionary

o2 = {PrimaryDecomposition, SimpleDoc, PrimaryDecomposition, SimpleDoc,
     ------------------------------------------------------------------------
     Polyhedra, Text, Polyhedra, Text, IntegralClosure, Parsing,
     ------------------------------------------------------------------------
     IntegralClosure, ConwayPolynomials, Parsing, ConwayPolynomials,
     ------------------------------------------------------------------------
     LLLBases, LLLBases, Elimination, ReesAlgebra, Elimination, TangentCone,
     ------------------------------------------------------------------------
     ReesAlgebra, Topcom, Truncations, TangentCone, User, Topcom,
     ------------------------------------------------------------------------
     Truncations, FourTiTwo, InverseSystems, Classic, FourTiTwo,
     ------------------------------------------------------------------------
     InverseSystems, Classic, Normaliz, FourierMotzkin, Normaliz,
     ------------------------------------------------------------------------
     FourierMotzkin, Core, Core}

o2 : List

See also

For the programmer

The object PackageDictionary is an object of class GlobalDictionary.