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

David W Noon david.w.noon at ntlworld.com
Sat Oct 9 18:21:44 CEST 2010


On Sat, 9 Oct 2010 07:59:26 +0200, Bo Berglund wrote about [fpc-pascal]
Optimized matrix multiplication functions for pascal?:

[snip]
> Where can I find such functions?

They are available in a library named LAPACK.  You can find downloads
by doing a Google search on this name.  It is coded in FORTRAN though.

> I am not a matematician myself so I don't know what these 
> functions really do...

They are easy to code, as they are simple linear algebra.  A good
textbook on linear algebra would be a great help to you.

However, LAPACK gets mighty complicated when it gets into other areas
of numerical linear algebra.  If your FORTRAN code uses more
complicated routines, you might find it convenient simply to call the
LAPACK FORTRAN code directly.  Maintaining a Pascal version of LAPACK
would be a non-trivial -- even arduous -- task, but you could check the
FPC Wiki to see if somebody might already have done that for you.
-- 
Regards,

Dave  [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
david.w.noon at ntlworld.com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20101009/921ec1d6/attachment.sig>


More information about the fpc-pascal mailing list