cyjax.donaldson.MonomialBasisFull#

class cyjax.donaldson.MonomialBasisFull(dim_proj, degree)#

Bases: _MonomialBasis

__init__(dim_proj, degree)#

Full set of homogeneous monomials on projective space.

Methods

__init__(dim_proj, degree)

Full set of homogeneous monomials on projective space.

Attributes

size

Number of (basis) sections.

power_matrix

Matrix representing powers of monomials.

degree

Degree of monomials.

degree: int#

Degree of monomials.

power_matrix: Union[Array, ndarray, bool_, number]#

Matrix representing powers of monomials.

property size#

Number of (basis) sections.