class documentation

Undocumented

Method test_basic_nonsvd Undocumented
Method test_nan Undocumented
Method test_singular Undocumented
Method test_stacked_singular Undocumented

Inherited from CondCases:

Method do Undocumented

Inherited from LinalgSquareTestCase (via CondCases):

Method test_empty_sq_cases Undocumented
Method test_sq_cases Undocumented

Inherited from LinalgGeneralizedSquareTestCase (via CondCases, LinalgSquareTestCase):

Method test_generalized_empty_sq_cases Undocumented
Method test_generalized_sq_cases Undocumented

Inherited from LinalgTestCase (via CondCases, LinalgSquareTestCase, LinalgGeneralizedSquareTestCase):

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

Undocumented

@pytest.mark.xfail(True, run=False, reason='Platform/LAPACK-dependent failure, see gh-18914')
def test_nan(self): (source)

Undocumented

def test_singular(self): (source)

Undocumented

def test_stacked_singular(self): (source)

Undocumented