views:

148

answers:

1

This is a question similar to a question here.

I wonder is there already an open source implementation or example of ARPACK Eigensolver that works well with PARDISO solver and Intel mkl library?

A: 

I've implemented it already, in C#.

The idea is that one must convert the matrix format in CSR format. Then, one can use MKL to compute linear equation solving algorithm ( using pardiso solver), the matrix-vector manipulation.

Ngu Soon Hui