class documentation

class LinalgTestCase:

Known subclasses: numpy.linalg.tests.test_linalg.HermitianGeneralizedTestCase, numpy.linalg.tests.test_linalg.HermitianTestCase, numpy.linalg.tests.test_linalg.LinalgGeneralizedNonsquareTestCase, numpy.linalg.tests.test_linalg.LinalgGeneralizedSquareTestCase, numpy.linalg.tests.test_linalg.LinalgNonsquareTestCase, numpy.linalg.tests.test_linalg.LinalgSquareTestCase, numpy.matrixlib.tests.test_matrix_linalg.MatrixTestCase

View In Hierarchy

Undocumented

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 check_cases(self, require=set(), exclude=set()):
Run func on each of the cases with all of the tags in require, and none of the tags in exclude