class documentation

class LstsqCases(LinalgSquareTestCase, LinalgNonsquareTestCase):

Known subclasses: numpy.linalg.tests.test_linalg.TestLstsq, numpy.matrixlib.tests.test_matrix_linalg.TestLstsqMatrix

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 LinalgNonsquareTestCase:

Method test​_empty​_nonsq​_cases Undocumented
Method test​_nonsq​_cases Undocumented

Inherited from LinalgTestCase (via LinalgNonsquareTestCase):

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