LAPACK
-
One of the interesting problem I have encountered is that I can't find any library in C# for linear alegbra ..Something like LAPACK( Linear Algebra Pakage: If you have not heard it go here). Anyone has any idea if such library exists for C# or is there anyway the existing library can be used in a C# code? Regards,
-
One of the interesting problem I have encountered is that I can't find any library in C# for linear alegbra ..Something like LAPACK( Linear Algebra Pakage: If you have not heard it go here). Anyone has any idea if such library exists for C# or is there anyway the existing library can be used in a C# code? Regards,
-
One of the interesting problem I have encountered is that I can't find any library in C# for linear alegbra ..Something like LAPACK( Linear Algebra Pakage: If you have not heard it go here). Anyone has any idea if such library exists for C# or is there anyway the existing library can be used in a C# code? Regards,
CSLapack is the translation of some Lapack subroutines to C#. CSLapack[^] or DotNumerics[^]