Searched refs:PolyEval (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/interface/ |
| H A D | eige.c | 234 static PetscErrorCode PolyEval(PetscInt nroots, const PetscReal *r, const PetscReal *c, PetscReal x… in PolyEval() function 280 PetscCall(PolyEval(neig, r, c, 0, 0, &px0, &py0)); in KSPPlotEigenContours_Private() 286 PetscCall(PolyEval(neig, r, c, xloc[i], yloc[j], &px, &py)); in KSPPlotEigenContours_Private()
|