class documentation

class TestSVD(SVDCases, SVDBaseTests):

View In Hierarchy

Undocumented

Method test​_empty​_identity Empty input should put an identity matrix in u or vh

Inherited from SVDCases:

Method do Undocumented

Inherited from LinalgSquareTestCase (via SVDCases):

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

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

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

Inherited from LinalgTestCase (via SVDCases, 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

Inherited from SVDBaseTests:

Method test​_types Undocumented
Class Variable hermitian Undocumented
def test_empty_identity(self):
Empty input should put an identity matrix in u or vh