Lines Matching refs:iu
26 PetscBLASInt nevs, il, iu, in; in main() local
77 PetscCall(PetscBLASIntCast(m, &iu)); in main()
80 PetscCall(PetscBLASIntCast(0.2 * m, &iu)); in main()
82 …ACKsyevx: compute %" PetscBLASInt_FMT " to %" PetscBLASInt_FMT "-th eigensolutions...\n", il, iu)); in main()
90 …LAPACKsyevx_("V", "I", "U", &bn, arrayA, &bn, &vl, &vu, &il, &iu, &abstol, &nevs, evals, evecs_arr… in main()
113 PetscCall(CkEigenSolutions(cklvl, A, il - 1, iu - 1, evals, evecs, tols)); in main()
196 PetscErrorCode CkEigenSolutions(PetscInt cklvl, Mat A, PetscInt il, PetscInt iu, PetscReal *eval, V… in CkEigenSolutions() argument
203 nev = iu - il; in CkEigenSolutions()
213 for (i = il; i < iu; i++) { in CkEigenSolutions()
215 for (j = il; j < iu; j++) { in CkEigenSolutions()
233 for (i = il; i < iu; i++) { in CkEigenSolutions()