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

Initial Vector in Krylov-Schur diagonalization in mkl sparse eigensolver

VinceNeede
Beginner
1,238 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,204 Views

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

0 Kudos
Barbara_P_Intel
Employee
1,198 Views

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

 

0 Kudos
Reply