| Line 1... |
Line 1... |
/*
|
/*
|
Implements the Cayley spectral transform.
|
Implements the Cayley spectral transform.
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
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*/
|
|
|
typedef struct {
|
typedef struct {
|
PetscScalar tau;
|
PetscScalar tau;
|
PetscTruth tau_set;
|
PetscTruth tau_set;
|