Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

Initial Vector in Krylov-Schur diagonalization in mkl sparse eigensolver

VinceNeede
Beginner
1,867 Views

The Krylov-Schur method requires a starting vector for generating the Krylov Subspaces, It is usually selected at random since some vectors can happen to be in an invariant subspace and terminate the algorithm before, but since the probability to obtain them in a random choice is zero, there is no problem.

The point is that for the Density Matrix Renormalization Group (DMRG) that I'm implementing, has a first guess for the vector in order to fasten the convergence, but from the documentation of the mkl_sparse_d_ev routine is not clear how to set such vector, is there a way to do so?

 

0 Kudos
2 Replies
andrew_4619
Honored Contributor III
1,833 Views

You might be better asking this in the MKL forum rather than the Fortran forum

0 Kudos
Barbara_P_Intel
Employee
1,827 Views

I'll move this thread to the Intel MKL Forum.

 

0 Kudos
Reply