class documentation

class LinalgNonsquareTestCase(LinalgTestCase):

Known subclasses: numpy.linalg.tests.test_linalg.LstsqCases, numpy.linalg.tests.test_linalg.PinvCases

View In Hierarchy

Undocumented

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

Inherited from LinalgTestCase:

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 test_empty_nonsq_cases(self):

Undocumented

def test_nonsq_cases(self):

Undocumented