1: /* 2: Private data structure for Chebychev Iteration 3: */ 8: typedef struct { 9: PetscReal emin,emax; /* store user provided estimates of extreme eigenvalues */ 10: } KSP_Chebychev; 12: #endif