class documentation

Undocumented

Method test_empty_a_b Undocumented
Method test_future_rcond Undocumented
Method test_incompatible_dims Undocumented

Inherited from LstsqCases:

Method do Undocumented

Inherited from LinalgSquareTestCase (via LstsqCases):

Method test_empty_sq_cases Undocumented
Method test_sq_cases Undocumented

Inherited from LinalgNonsquareTestCase (via LstsqCases, LinalgSquareTestCase):

Method test_empty_nonsq_cases Undocumented
Method test_nonsq_cases Undocumented

Inherited from LinalgTestCase (via LstsqCases, LinalgSquareTestCase, 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
@pytest.mark.parametrize(['m', 'n', 'n_rhs'], [(4, 2, 2), (0, 4, 1), (0, 4, 2), (4, 0, 1), (4, 0, 2), (4, 2, 0), (0, 0, 0)])
def test_empty_a_b(self, m, n, n_rhs): (source)

Undocumented

def test_future_rcond(self): (source)

Undocumented

def test_incompatible_dims(self): (source)

Undocumented