Skip to content

Installation of linear algebra library

Serafeim Bakalakos edited this page Sep 16, 2018 · 4 revisions

To install the linear algebra library and use it in your project:

  1. Make sure you use Windows x64.

  2. Add a reference to the project ISAAR.MSolve.LinearAlgebra (right click on your project -> Add -> Reference -> tick LinearAlgebra). ISAAR.MSolve.LinearAlgebra.Tests is not needed.

  3. If your project is a Console Application then you will also need the native .dll files. A Console Application project is meant to be executed, as opposed to Class Library projects that only provide classes to use in other projects. Test and sample projects are usually Console Applications.

    1. To install Intel MKL, see here.
  4. If anything doesn't work as explained, contact https://github.com/SerafeimBakalakos.

Clone this wiki locally