module documentation

Test inter-conversion of different polynomial classes.

This tests the convert and cast methods of all the polynomial classes.

Class TestInterpolate Undocumented
Function assert_poly_almost_equal Undocumented
Function Poly Undocumented
Function test_add Undocumented
Function test_bad_conditioned_fit Undocumented
Function test_basis Undocumented
Function test_call Undocumented
Function test_cast Undocumented
Function test_conversion Undocumented
Function test_copy Undocumented
Function test_cutdeg Undocumented
Function test_degree Undocumented
Function test_deriv Undocumented
Function test_divmod Undocumented
Function test_equal Undocumented
Function test_fit Undocumented
Function test_floordiv Undocumented
Function test_fromroots Undocumented
Function test_identity Undocumented
Function test_integ Undocumented
Function test_linspace Undocumented
Function test_mapparms Undocumented
Function test_mod Undocumented
Function test_mul Undocumented
Function test_not_equal Undocumented
Function test_pow Undocumented
Function test_roots Undocumented
Function test_sub Undocumented
Function test_trim Undocumented
Function test_truediv Undocumented
Function test_truncate Undocumented
Function test_ufunc_override Undocumented
Variable classes Undocumented
Variable classids Undocumented
def assert_poly_almost_equal(p1, p2, msg=''): (source)

Undocumented

@pytest.fixture(params=classes, ids=classids)
def Poly(request): (source)

Undocumented

def test_add(Poly): (source)

Undocumented

def test_bad_conditioned_fit(Poly): (source)

Undocumented

def test_basis(Poly): (source)

Undocumented

def test_call(Poly): (source)

Undocumented

def test_cast(Poly1, Poly2): (source)

Undocumented

def test_conversion(Poly1, Poly2): (source)

Undocumented

def test_copy(Poly): (source)

Undocumented

def test_cutdeg(Poly): (source)

Undocumented

def test_degree(Poly): (source)

Undocumented

def test_deriv(Poly): (source)

Undocumented

def test_divmod(Poly): (source)

Undocumented

def test_equal(Poly): (source)

Undocumented

def test_fit(Poly): (source)

Undocumented

def test_floordiv(Poly): (source)

Undocumented

def test_fromroots(Poly): (source)

Undocumented

def test_identity(Poly): (source)

Undocumented

def test_integ(Poly): (source)

Undocumented

def test_linspace(Poly): (source)

Undocumented

def test_mapparms(Poly): (source)

Undocumented

def test_mod(Poly): (source)

Undocumented

def test_mul(Poly): (source)

Undocumented

def test_not_equal(Poly): (source)

Undocumented

def test_pow(Poly): (source)

Undocumented

def test_roots(Poly): (source)

Undocumented

def test_sub(Poly): (source)

Undocumented

def test_trim(Poly): (source)

Undocumented

def test_truediv(Poly): (source)

Undocumented

def test_truncate(Poly): (source)

Undocumented

def test_ufunc_override(Poly): (source)

Undocumented

Undocumented

classids = (source)

Undocumented