class documentation

class TestSolve(SolveCases):

View In Hierarchy

Undocumented

Method test​_0​_size Undocumented
Method test​_0​_size​_k Undocumented
Method test​_types Undocumented

Inherited from SolveCases:

Method do Undocumented

Inherited from LinalgSquareTestCase (via SolveCases):

Method test​_empty​_sq​_cases Undocumented
Method test​_sq​_cases Undocumented

Inherited from LinalgTestCase (via SolveCases, LinalgSquareTestCase):

Method check​_cases Run func on each of the cases with all of the tags in require, and none of the tags in exclude

Inherited from LinalgGeneralizedSquareTestCase (via SolveCases):

Method test​_generalized​_empty​_sq​_cases Undocumented
Method test​_generalized​_sq​_cases Undocumented

Inherited from LinalgTestCase (via SolveCases, LinalgGeneralizedSquareTestCase):

Method check​_cases Run func on each of the cases with all of the tags in require, and none of the tags in exclude
def test_0_size(self):

Undocumented

def test_0_size_k(self):

Undocumented

@pytest.mark.parametrize('dtype', [single, double, csingle, cdouble])
def test_types(self, dtype):

Undocumented