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

Adriaan van Os fpc at microbizz.nl
Sat Oct 9 18:42:29 CEST 2010


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



More information about the fpc-pascal mailing list