class documentation

class TestComplexAbsoluteMixedDTypes:

View In Hierarchy

Undocumented

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

Undocumented