class documentation

class TestCholesky: (source)

View In Hierarchy

Undocumented

Method test_0_size Undocumented
Method test_basic_property Undocumented
def test_0_size(self): (source)

Undocumented

@pytest.mark.parametrize('shape', [(1, 1), (2, 2), (3, 3), (50, 50), (3, 10, 10)])
@pytest.mark.parametrize('dtype', (np.float32, np.float64, np.complex64, np.complex128))
def test_basic_property(self, shape, dtype): (source)

Undocumented