Macaulay2 » Documentation
Packages » MonodromySolver :: PointArray
next | previous | forward | backward | up | index | toc

PointArray -- a container for solutions

Description

PointArray is a data structure that organizes the solutions found by a solver. Each HomotopyNode object V has an associated PointArray accessed via V.PartialSols. A "fingerprinting" scheme allows for equality of points to be checked quickly.

Methods that use an object of class PointArray :

For the programmer

The object PointArray is a type, with ancestor classes MutableHashTable < HashTable < Thing.