Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

MKL FEAST EIGEN SOLVER

ctc__tg
Beginner
1,680 Views

I try to use FEAST  to solve sparse Matrix generalized eigen program. Before coding I hope to see some samples.

But I can  not find the samples in MKL/examples/

can you give some samples.

0 Kudos
1 Solution
Gennady_F_Intel
Moderator
1,680 Views

please check examples_core_f.zip ( from mkl v.2020.1)  attached to this tread.

View solution in original post

0 Kudos
6 Replies
mecej4
Honored Contributor III
1,680 Views

The samples are supplied packed into Zip archives. Extract the Zip archives to see the files, or list the archive contents using your Zip/Unzip utility.

0 Kudos
Gennady_F_Intel
Moderator
1,680 Views

look at <MKROOT>\examples\solvers_eec\source\, or  <MKROOT>\examples\solvers_eef\source\ folders.

0 Kudos
ctc__tg
Beginner
1,680 Views

while unzip examples_core_c.zip or examples_core_f.zip, I can only find samples of blas95 and lapack95.

solvers sample cannot be found.

0 Kudos
mecej4
Honored Contributor III
1,680 Views

In the MKL examples directory, the command

     7z l examples_core_c.zip solverc

showed me 43 files. Similarly, 33 files for examples_core_f.zip

0 Kudos
Gennady_F_Intel
Moderator
1,681 Views

please check examples_core_f.zip ( from mkl v.2020.1)  attached to this tread.

0 Kudos
ctc__tg
Beginner
1,680 Views

Gennady F. 

Thanks!

 

0 Kudos
Reply