class documentation

class TestLstsq(LstsqCases):

View In Hierarchy

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 LinalgTestCase (via LstsqCases, 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 (via LstsqCases):

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

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

Undocumented

def test_future_rcond(self):

Undocumented

def test_incompatible_dims(self):

Undocumented