class documentation

class TestCond(CondCases):

View In Hierarchy

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

Method test​_generalized​_empty​_sq​_cases Undocumented
Method test​_generalized​_sq​_cases Undocumented

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

Undocumented

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

Undocumented

def test_singular(self):

Undocumented

def test_stacked_singular(self):

Undocumented