I am working in a C++ library that provides some certified homotopy 
continuations. It provides a function that, takes as input a list of 
floating point numbres and returns another such list. 

I am having a lot of trouble trying to write a sage-cython interface for 
mpfr floats (the version for doubles works ok).

I have tried to use vectors, lists and malloc'ed arrays, but none of them 
seems to work. mpfr_t' are so tricky.

Whis is the right way to write such a cython interface?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to