it is true. but ... there is a way to improve the outcome? Em segunda-feira, 4 de abril de 2016 10:49:56 UTC-3, tdumont escreveu: > > Le 30/03/2016 22:33, [email protected] <javascript:> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
