class documentation

class LinalgGeneralizedNonsquareTestCase(LinalgTestCase):

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

View In Hierarchy

Undocumented

Method test​_generalized​_empty​_nonsq​_cases Undocumented
Method test​_generalized​_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
@pytest.mark.slow
def test_generalized_empty_nonsq_cases(self):

Undocumented

@pytest.mark.slow
def test_generalized_nonsq_cases(self):

Undocumented