class documentation

class TestKron: (source)

View In Hierarchy

Undocumented

Method test_basic Undocumented
Method test_kron_ma Undocumented
Method test_kron_shape Undocumented
Method test_kron_smoke Undocumented
Method test_return_type Undocumented
def test_basic(self): (source)

Undocumented

def test_kron_ma(self): (source)

Undocumented

@pytest.mark.parametrize('shape_a,shape_b', [((1, 1), (1, 1)), ((1, 2, 3), (4, 5, 6)), ((2, 2), (2, 2, 2)), ((1, 0), (1, 1)), ((2, 0, 2), (2, 2)), ((2, 0, 0, 2), (2, 0, 2))])
def test_kron_shape(self, shape_a, shape_b): (source)

Undocumented

@pytest.mark.parametrize('array_class', [np.asarray, np.mat])
def test_kron_smoke(self, array_class): (source)

Undocumented

def test_return_type(self): (source)

Undocumented