On Mon, 8 Jun 2015, Michael Schnell wrote:

On 06/08/2015 10:57 AM, Andrea Mauri wrote:

I need code able to perform typical matrix operations (e.g. matrix multiplication, inversion, determinant and so on) as fast as possible since I deal with big matrices (thousands of rows and columns). I need it for both windows and linux (32/64).


For this it's essential to use the multiple cores the hardware provides. So the task needs to be distributed to multiple threads.

If you look at the code, you'll see that it does that.

Michael.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to