Polynomial Function Generator (polynomial)

class pypint.plugins.function_generators.polynomial.PolynomialFG(exponents, coeffs, final_op=None)[source]

Bases: builtins.object

Takes up to multiple numpy.ndarray and constructs (rational) polynomials

Examples

Todo

add examples for polynomial function generator

__weakref__

list of weak references to the object (if defined)