ajdmom.poly.Poly.multiply

classmethod Poly.multiply(pol1, pol2)[source]

Multiply two polies with different keyfors

Parameters:
  • pol1 (Poly) – first poly with simple keyfor attribute, i.e, each element in keyfor is a str.

  • pol2 (Poly) – second poly with simple keyfor attribute.

Returns:

Poly object with merged keyfor.

Return type:

Poly