| Line 2... |
Line 2... |
Shift spectral transformation, applies (A + sigma I) as operator, or
|
Shift spectral transformation, applies (A + sigma I) as operator, or
|
inv(B)(A + sigma B) for generalized problems
|
inv(B)(A + sigma B) for generalized problems
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
SLEPc - Scalable Library for Eigenvalue Problem Computations
|
|
Copyright (c) 2002-2007, Universidad Politecnica de Valencia, Spain
|
|
|
|
This file is part of SLEPc. See the README file for conditions of use
|
|
and additional information.
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
*/
|
*/
|
|
|
#include "src/st/stimpl.h" /*I "slepcst.h" I*/
|
#include "src/st/stimpl.h" /*I "slepcst.h" I*/
|
|
|
#undef __FUNCT__
|
#undef __FUNCT__
|
#define __FUNCT__ "STApply_Shift"
|
#define __FUNCT__ "STApply_Shift"
|
PetscErrorCode STApply_Shift(ST st,Vec x,Vec y)
|
PetscErrorCode STApply_Shift(ST st,Vec x,Vec y)
|