What's a good C++ library for matrix operations

前端 未结 8 1386
温柔的废话
温柔的废话 2021-01-04 09:31

I need to do multiplication on matrices. I\'m looking for a library that can do it fast. I\'m using the Visual C++ 2008 compiler and I have a core i7 860 so if the library i

8条回答
  •  渐次进展
    2021-01-04 10:31

    for more recent version of Visual Studio, you can use ScaLapack + MKL. A sample of code is provided here , with a tutorial on how to make it run.

    http://code.msdn.microsoft.com/Using-ScaLAPACK-on-Windows-d16a5e76#content

提交回复
热议问题