| Line 4... |
Line 4... |
|
|
Method: Golub-Kahan-Lanczos bidiagonalization with thick-restart
|
Method: Golub-Kahan-Lanczos bidiagonalization with thick-restart
|
|
|
Last update: Mar 2007
|
Last update: Mar 2007
|
|
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
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/svd/svdimpl.h" /*I "slepcsvd.h" I*/
|
#include "src/svd/svdimpl.h" /*I "slepcsvd.h" I*/
|
#include "slepcblaslapack.h"
|
#include "slepcblaslapack.h"
|
|
|
typedef struct {
|
typedef struct {
|
PetscTruth oneside;
|
PetscTruth oneside;
|