| Line 13... |
Line 13... |
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/svd/svdimpl.h" /*I "slepcsvd.h" I*/
|
#include "private/svdimpl.h" /*I "slepcsvd.h" I*/
|
#include "src/ip/ipimpl.h"
|
#include "private/ipimpl.h"
|
#include "slepcblaslapack.h"
|
#include "slepcblaslapack.h"
|
|
|
typedef struct {
|
typedef struct {
|
PetscTruth oneside;
|
PetscTruth oneside;
|
} SVD_TRLANCZOS;
|
} SVD_TRLANCZOS;
|