<div dir="ltr">Hi,<div><br></div><div>I have very large matrices and limited CPU hours and I want to get the first n largest and m smallest eigenvalues form these matrices using SLEPc without calculating all of them.</div><div><br></div><div>I tried with this command :</div><div><br></div><div> mpirun -n 2 ./ex4 -file bcsstk17.bin -eps_max_it 10000 -eps_ncv 24 -eps_tol 1.0e-8  -eps_type gd  -eps_nev 6 -eps_largest_real -eps_smallest_real<br><br></div><div>but it returns the first smallest eigenvalues only.</div><div><br></div><div>Any idea,</div></div>