class documentation

Undocumented

Method test_0_size Undocumented
Method test_types Undocumented

Inherited from EigCases:

Method do Undocumented

Inherited from LinalgSquareTestCase (via EigCases):

Method test_empty_sq_cases Undocumented
Method test_sq_cases Undocumented

Inherited from LinalgGeneralizedSquareTestCase (via EigCases, LinalgSquareTestCase):

Method test_generalized_empty_sq_cases Undocumented
Method test_generalized_sq_cases Undocumented

Inherited from LinalgTestCase (via EigCases, LinalgSquareTestCase, 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): (source)

Undocumented

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

Undocumented