cyjax.donaldson.LBSections#

class cyjax.donaldson.LBSections(degree)#

Bases: object

General structure representing set of line bundle sections.

The primary function of this class is that it can be called with coordinates and (optionally) an affine patch and return the values of the sections evaluated at those positions.

This class itself is abstract and should be subclassed. Two concrete implementations are MonomialBasisFull and MonomialBasisReduced

__init__(degree)#

Methods

__init__(degree)

Attributes

size

Number of sections.

degree

Degree of sections.

degree: int#

Degree of sections.

property size#

Number of sections.