Subversion Repositories slepc-dev

Rev

Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1020 Rev 1029
Line 15... Line 15...
  int          (*applyB)(ST,Vec,Vec);
  int          (*applyB)(ST,Vec,Vec);
  int          (*applynoB)(ST,Vec,Vec);
  int          (*applynoB)(ST,Vec,Vec);
  int          (*applytrans)(ST,Vec,Vec);
  int          (*applytrans)(ST,Vec,Vec);
  int          (*setshift)(ST,PetscScalar);
  int          (*setshift)(ST,PetscScalar);
  int          (*setfromoptions)(ST);
  int          (*setfromoptions)(ST);
  int          (*presolve)(ST);  
 
  int          (*postsolve)(ST);  
  int          (*postsolve)(ST);  
  int          (*backtr)(ST,PetscScalar*,PetscScalar*);  
  int          (*backtr)(ST,PetscScalar*,PetscScalar*);  
  int          (*destroy)(ST);
  int          (*destroy)(ST);
  int          (*view)(ST,PetscViewer);
  int          (*view)(ST,PetscViewer);
};
};