class documentation

class LinalgGeneralizedNonsquareTestCase(LinalgTestCase): (source)

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): (source)

Undocumented

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

Undocumented