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

NAGtypes -- Common types used in Numerical Algebraic Geometry

Description

The package defines types used by the package NumericalAlgebraicGeometry (missing documentation) as well as other numerical algebraic geometry packages: e.g., an interface package PHCpack (missing documentation).

Author

Version

This documentation describes version 1.3.0.2 of NAGtypes.

Source code

The source code from which this documentation is derived is in the file NAGtypes.m2.

Exports

  • Types
    • Point -- a type used to store a point in complex space
    • WitnessSet -- a witness set
  • Functions and commands
  • Methods
    • coordinates(Point), see Point -- a type used to store a point in complex space
    • matrix(Point), see Point -- a type used to store a point in complex space
    • net(Point), see Point -- a type used to store a point in complex space
    • status(Point), see Point -- a type used to store a point in complex space
    • codim(WitnessSet), see WitnessSet -- a witness set
    • degree(WitnessSet), see WitnessSet -- a witness set
    • dim(WitnessSet), see WitnessSet -- a witness set
    • equations(WitnessSet), see WitnessSet -- a witness set
    • ideal(WitnessSet), see WitnessSet -- a witness set
    • net(WitnessSet), see WitnessSet -- a witness set
    • points(WitnessSet), see WitnessSet -- a witness set
    • ring(WitnessSet), see WitnessSet -- a witness set
    • slice(WitnessSet), see WitnessSet -- a witness set
  • Symbols
    • ConditionNumber, see Coordinates -- various attributes of a Point
    • Coordinates -- various attributes of a Point
    • ErrorBoundEstimate, see Coordinates -- various attributes of a Point
    • LastT, see Coordinates -- various attributes of a Point
    • NumberOfSteps, see Coordinates -- various attributes of a Point
    • SolutionStatus, see Coordinates -- various attributes of a Point
    • Infinity, see Point -- a type used to store a point in complex space
    • MinStepFailure, see Point -- a type used to store a point in complex space
    • Regular, see Point -- a type used to store a point in complex space
    • Singular, see Point -- a type used to store a point in complex space
    • Equations, see WitnessSet -- a witness set
    • Points, see WitnessSet -- a witness set
    • Slice, see WitnessSet -- a witness set