Search code examples
c#javac++tbbintel-mkl

High-performance Math library for .NET /C# and Java


We currently have a high-performance scientific application written in C++ that makes use of Intel Math Kernel Library.

We are considering writing a benchmark application written in Java and .NET/C# to compare the performance difference. To do that, we also need a good (commercial is preferred) math library for both. Does anyone know of any math equivalent library for Java/C#?

As a sidenote: C++ has Intel TBB library to help with multithreading. Does .NET/C# and Java have something equivalent?


Solution

  • Lol..why didnt I think of this before?

    Just use Intel MKL Math library in Java and .NET!

    See the following links: