Subversion Repositories slepc-dev

Rev

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

Rev 1040 Rev 1198
Line 204... Line 204...
 
 
   Output Parameter:
   Output Parameter:
.  eps - location to put the EPS context
.  eps - location to put the EPS context
 
 
   Note:
   Note:
   The default EPS type is EPSARNOLDI
   The default EPS type is EPSKRYLOVSCHUR
 
 
   Level: beginner
   Level: beginner
 
 
.seealso: EPSSetUp(), EPSSolve(), EPSDestroy(), EPS
.seealso: EPSSetUp(), EPSSolve(), EPSDestroy(), EPS
@*/
@*/
Line 293... Line 293...
.  -eps_type <method> - Sets the method; use -help for a list
.  -eps_type <method> - Sets the method; use -help for a list
    of available methods
    of available methods
   
   
   Notes:  
   Notes:  
   See "slepc/include/slepceps.h" for available methods. The default
   See "slepc/include/slepceps.h" for available methods. The default
   is EPSARNOLDI.
   is EPSKRYLOVSCHUR.
 
 
   Normally, it is best to use the EPSSetFromOptions() command and
   Normally, it is best to use the EPSSetFromOptions() command and
   then set the EPS type from the options database rather than by using
   then set the EPS type from the options database rather than by using
   this routine.  Using the options database provides the user with
   this routine.  Using the options database provides the user with
   maximum flexibility in evaluating the different available methods.
   maximum flexibility in evaluating the different available methods.