Project DescriptionLatoolNet is a .NET class library for linear algebra and several mathematical operations. The library wrappes CLAPACK's native libraries with C++/CLI and provides pointer-free, easy-to-use classes to .NET programmers.
Functions
- Complex operations
- Linear equation
- Double general/symmetric
- Double general/symmetric band
- Double general/symmetric tridiagonal
- Complex general/hermitian
- Complex general/hermitian band
- Complex general/hermitian tridiagonal
- Singular value decomposition
- Least square
- Polynomial fitting
- FFT
InstallationPlease add LatoolNet.dll to your project's reference.
ExamplesFor C# programmer:
Example.csFor VB Programmer:
Example.vbTrouble ShootingIf you have trouble opening the LatoolNet's help file, please try unzipping LatoolNet.zip with a third pairty tool instead of Windows' default utility.
Referenceclapack:
http://www.netlib.org/clapackContactIf you have any comments, questions or bugs to report,
please feel free to e-mail me at:
hirasesoya(at)hotmail.com.