Go to most recent revision |
Show entire file |
Regard whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 2116 |
Rev 2213 |
| Line 25... |
Line 25... |
#define __SLEPCSVD_H
|
#define __SLEPCSVD_H
|
#include "slepcsys.h"
|
#include "slepcsys.h"
|
#include "slepceps.h"
|
#include "slepceps.h"
|
PETSC_EXTERN_CXX_BEGIN
|
PETSC_EXTERN_CXX_BEGIN
|
|
|
extern PetscCookie SVD_COOKIE;
|
extern PetscClassId SVD_CLASSID;
|
|
|
/*S
|
/*S
|
SVD - Abstract SLEPc object that manages all the singular value
|
SVD - Abstract SLEPc object that manages all the singular value
|
problem solvers.
|
problem solvers.
|
|
|