Le 30/03/2016 22:33, jmarcellopere...@ufpi.edu.br a écrit :

start = time.time()

x = np.linalg.solve(A,B)

end = time.time()

print(end - start)


I have tried this juste now; sage version is 7.0

I get :

1) first version:

CPU times: user 6.88 s, sys: 76 ms, total: 6.95 s
Wall time: 2.03 s

2) second version:

CPU times: user 6.86 s, sys: 104 ms, total: 6.96 s
Wall time: 2.304  s


Note from the first execution that we probably use the multitheraded version of the blas (my computer has 4 core).

Yours,

t.d.

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

<<attachment: tdumont.vcf>>

Reply via email to