Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Level: intermediate
.seealso: EPSSetType()
@*/
PetscErrorCode STSetType(ST st,STType type)
PetscErrorCode STSetType(ST st,const STType type)
{
PetscErrorCode ierr,(*r)(ST);
PetscTruth match;
PetscFunctionBegin;