Macaulay2 » Documentation
Packages » NumericalAlgebraicGeometry :: Homotopy
next | previous | forward | backward | up | index | toc

Homotopy -- a homotopy abstract type

Description

A type that inherits from this abstract type should supply methods for evaluating a homotopy.

Types of Homotopy:

Methods that use an object of class Homotopy:

  • evaluateH(Homotopy,Matrix,Number) -- see evaluateH -- evaluates the homotopy
  • evaluateHt(Homotopy,Matrix,Number) -- see evaluateHt -- evaluates the derivative of the homotopy with respect to the continuation parameter
  • evaluateHx(Homotopy,Matrix,Number) -- see evaluateHx -- evaluates the jacobian of the homotopy
  • trackHomotopy(Homotopy,List) -- follow points along a homotopy

For the programmer

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


The source of this document is in NumericalAlgebraicGeometry/doc.m2:1296:0.