[fpc-pascal] Optimized matrix multiplication functions for pascal?

Sven Barth pascaldragon at googlemail.com
Sun Oct 10 16:31:38 CEST 2010


On 10.10.2010 14:17, Marco van de Voort wrote:
> In our previous episode, Sven Barth said:
>> Try the unit matrix.pp which is part of FPC's RTL. It also includes
>> overloaded operators if you need them. ^^
>
> Afaik matrix only defines 4x4 or less.
>
> Numlib also has a large number of matrix routines (including determinant,
> eigen values etc), but is not entirely documented. (actually there is
> documentation, but it is in dutch)

Ok... I didn't realize that he has dynamic arrays as parameters... So 
some other code than that in matrix.pp might be better here.

Regards,
Sven



More information about the fpc-pascal mailing list