David W Noon wrote:
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.

There is also a C version of LAPACK, see

<http://www.netlib.org/clapack/>
<http://developer.apple.com/hardwaredrivers/ve/vector_libraries.html>

with prebuilt Windows libraries <http://www.netlib.org/clapack/LIB_WINDOWS/prebuilt_libraries_windows.html>.

It should be possible to call into those libs from FPC.

Regards,

Adriaan van Os
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to