Types

double

64-bit float

complex_t

128-bit complex type. Alias for double complex

pyx_memoryview

Array-like object or buffer. Can be numpy.ndarray, a Cython Array, a C array or anything supported by Cython Typed Memoryviews