class LstsqCases(LinalgSquareTestCase, LinalgNonsquareTestCase):
Known subclasses: numpy.linalg.tests.test_linalg.TestLstsq
, numpy.matrixlib.tests.test_matrix_linalg.TestLstsqMatrix
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 |