[Lazarus] fast mathematical matrix operations

Michael Van Canneyt michael at freepascal.org
Mon Jun 8 11:28:36 CEST 2015



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.




More information about the Lazarus mailing list