PS:

On 2016-12-03, Pierre <pierre.guil...@gmail.com> wrote:
> I thought about multiplying large matrices, but I'm afraid that completely 
> different algorithms/libraries will be used depending on the parent ring 

Yes, this would measure the efficiency of matrix arithmetics but would
give no real clue about the efficiency of ring arithmetcs.

> Here i'm not talking about Cython: sure, I tried 'int' and 'double' in 
> Cython code, it's blazingly fast, but that's not the question here.

Note that in my test functions I only used Cython to reduce the overhead
of the loop. I didn't cdef the things I'm doing computations with.

Best regards,
Simon

-- 
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