class documentation

class EigCases(LinalgSquareTestCase, LinalgGeneralizedSquareTestCase):

Known subclasses: numpy.linalg.tests.test_linalg.TestEig, numpy.matrixlib.tests.test_matrix_linalg.TestEigMatrix

View In Hierarchy

Undocumented

Method do Undocumented

Inherited from LinalgSquareTestCase:

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

Inherited from LinalgTestCase (via 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:

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

Inherited from LinalgTestCase (via 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 do(self, a, b, tags):

Undocumented