class documentation

class TestComplexAbsoluteAVX:

View In Hierarchy

Undocumented

Method test​_array Undocumented
@pytest.mark.parametrize('arraysize', [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 18, 19])
@pytest.mark.parametrize('stride', [-4, -3, -2, -1, 1, 2, 3, 4])
@pytest.mark.parametrize('astype', [np.complex64, np.complex128])
def test_array(self, arraysize, stride, astype):

Undocumented