Multi-threaded Maxima



-----maxima-bounces at math.utexas.edu wrote: -----

>How?hard?to?just?change?matrix?multiplication?to?use?threads???

Nobody knows until you try it; a few sources:

  http://common-lisp.net/project/bordeaux-threads/
  http://c2.com/cgi/wiki?CommonLispThreads
  http://ccl.clozure.com/manual/

Finally, the functions timex and timex0 (defined in matrix.lisp) do Maxima matrix multiplication.

Good luck.

--Barton