In the end it was just this, plus several nasty bugs that took me some time.
Without help, I'd still be there !

Here it is : http://trac.sagemath.org/sage_trac/ticket/8172

Thank youuuuuuuuuuuuuu very much !!!!

Nathann

On 21 February 2010 17:47, David Roe <r...@math.harvard.edu> wrote:

> If you're calling the functions from cython code, and your variables are
> cdef'd properly (so that the cython compiler knows the type of the object),
> and the function you're calling is cdef'd, it will use C function calls and
> you can pass in C types.
> David
>
> On Sat, Feb 20, 2010 at 7:46 AM, Nathann Cohen <nathann.co...@gmail.com>wrote:
>
>> But when I instanciate the class I can only use its methods as Python
>> functions... My problem is that some arguments are to be C types :-/
>>
>> Nathann
>>
>>  --
>> To post to this group, send an email to sage-devel@googlegroups.com
>> To unsubscribe from this group, send an email to
>> sage-devel+unsubscr...@googlegroups.com<sage-devel%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/sage-devel
>> URL: http://www.sagemath.org
>>
>
>  --
> To post to this group, send an email to sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to
> sage-devel+unsubscr...@googlegroups.com<sage-devel%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org
>

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to