| Line 8... |
Line 8... |
This file is part of SLEPc. See the README file for conditions of use
|
This file is part of SLEPc. See the README file for conditions of use
|
and additional information.
|
and additional information.
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#include "src/st/stimpl.h" /*I "slepcst.h" I*/
|
#include "private/stimpl.h" /*I "slepcst.h" I*/
|
|
|
#undef __FUNCT__
|
#undef __FUNCT__
|
#define __FUNCT__ "STApply_Sinvert"
|
#define __FUNCT__ "STApply_Sinvert"
|
PetscErrorCode STApply_Sinvert(ST st,Vec x,Vec y)
|
PetscErrorCode STApply_Sinvert(ST st,Vec x,Vec y)
|
{
|
{
|