Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
PetscErrorCode ierr;
PetscInt i;
PetscBLASInt n1,n2,n3,info,l,n,ld,off;
PetscScalar *A,*Q;
PetscReal *d,*e;
#if defined(PETSC_USE_COMPLEX)
PetscReal *ritz;
#endif
PetscFunctionBegin;
n = PetscBLASIntCast(ps->n);
l = PetscBLASIntCast(ps->l);
ld = PetscBLASIntCast(ps->ld);