class documentation

class TestExtraMethods: (source)

View In Hierarchy

Test other methods for manipulating/creating polynomial objects.

Method test_convert Undocumented
Method test_copy Undocumented
Method test_deriv Undocumented
Method test_integ Undocumented
Method test_trim Undocumented
Method test_truncate Undocumented
Class Variable p Undocumented
@pytest.mark.parametrize('kwarg', ({'domain': [-10, 10]}, {'window': [-10, 10]}, {'kind': poly.Chebyshev}))
def test_convert(self, kwarg): (source)

Undocumented

def test_copy(self): (source)

Undocumented

def test_deriv(self): (source)

Undocumented

def test_integ(self): (source)

Undocumented

def test_trim(self): (source)

Undocumented

def test_truncate(self): (source)

Undocumented

Undocumented