
Looking for library or control that solves linear equation systems
Hi Pierre
I couldn't find a DLL, but managed with:
1) Book called "Numerical Recipes in fortran" and
2) The netlib archives at http://www.*-*-*.com/
Regards
Christiaan
Quote:
>Hello,
>I am looking for a subroutine (or a control or a DLL) that solves linear
>equation systems of any size.
>Example : [A].[X]=[B] where X is the vector to be found, [A] is a Matrix of
>size (nxn) and [B] a vector of size n.
>Thank you in advance,
>P. Latteur.