module documentation

Test inter-conversion of different polynomial classes.

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

Variable classes Undocumented
Variable classids Undocumented
Class ​Test​Interpolate 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
classes =

Undocumented

classids =

Undocumented

def assert_poly_almost_equal(p1, p2, msg=''):

Undocumented

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

Undocumented

def test_add(Poly):

Undocumented

def test_bad_conditioned_fit(Poly):

Undocumented

def test_basis(Poly):

Undocumented

def test_call(Poly):

Undocumented

def test_cast(Poly1, Poly2):

Undocumented

def test_conversion(Poly1, Poly2):

Undocumented

def test_copy(Poly):

Undocumented

def test_cutdeg(Poly):

Undocumented

def test_degree(Poly):

Undocumented

def test_deriv(Poly):

Undocumented

def test_divmod(Poly):

Undocumented

def test_equal(Poly):

Undocumented

def test_fit(Poly):

Undocumented

def test_floordiv(Poly):

Undocumented

def test_fromroots(Poly):

Undocumented

def test_identity(Poly):

Undocumented

def test_integ(Poly):

Undocumented

def test_linspace(Poly):

Undocumented

def test_mapparms(Poly):

Undocumented

def test_mod(Poly):

Undocumented

def test_mul(Poly):

Undocumented

def test_not_equal(Poly):

Undocumented

def test_pow(Poly):

Undocumented

def test_roots(Poly):

Undocumented

def test_sub(Poly):

Undocumented

def test_trim(Poly):

Undocumented

def test_truediv(Poly):

Undocumented

def test_truncate(Poly):

Undocumented

def test_ufunc_override(Poly):

Undocumented