class documentation

class TestSpecialComplexAVX:

View In Hierarchy

Undocumented

Method test​_array Undocumented
@pytest.mark.parametrize('stride', [-4, -2, -1, 1, 2, 4])
@pytest.mark.parametrize('astype', [np.complex64, np.complex128])
def test_array(self, stride, astype):

Undocumented