Cython function to return array of mpz_t objects
I am trying to write a Cython function which returns an array of mpz_t
(number type of integers from the gmpy2
library). I can successfully define a fixed-size array:
I am trying to write a Cython function which returns an array of mpz_t
(number type of integers from the gmpy2
library). I can successfully define a fixed-size array: