Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 1376 |
Rev 1521 |
| Line 9... |
Line 9... |
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*/
|
|
|
typedef struct {
|
typedef struct {
|
PetscTruth left;
|
PetscTruth left;
|
Vec w2;
|
Vec w2;
|
} ST_FOLD;
|
} ST_FOLD;
|