cyjax.donaldson.monomial_basis_indices#

cyjax.donaldson.monomial_basis_indices(dim_proj, degree)#

Monomial basis as list of products.

The output specifies indices \(I_{ij}\) such that all monomials of degree self.degree on \(\mathbb{C}^{\mathrm{dim_proj}+1}\) are given by

\[s_i(z) = \prod_j z_{I_{ij}} \,.\]
Return type:

Union[Array, ndarray, bool_, number]

Returns:

A 2d array where each row gives the index of the variable to be multiplied.