PureMonicPolynomial

 

__init__(self, terms: dict, prefactor=1, canonicalize=True): 

 

@property
shape(self): 

 

as_dense(self): 

 

shift(self, shift) -> McUtils.Zachary.Polynomials.DensePolynomial: 

 

monomial(idx, value=1): 

 

key_hash(monomial_tuple): 

 

canonical_key(monomial_tuple): 

 

direct_multiproduct(self, other, key_value_generator): 

 

direct_product(self, other, key_func=None, mul=None): 

 

__mul__(self, other): 

Feedback

Examples

Templates

Documentation