Subversion Repositories slepc-dev

Rev

Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1672 Rev 1696
Line 25... Line 25...
   along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
   along with SLEPc. If not, see <http://www.gnu.org/licenses/>.
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
*/
 
 
#include "private/svdimpl.h"                /*I "slepcsvd.h" I*/
#include "private/svdimpl.h"                /*I "slepcsvd.h" I*/
 
#include "private/ipimpl.h"
#include "slepcblaslapack.h"
#include "slepcblaslapack.h"
 
 
typedef struct {
typedef struct {
  PetscTruth oneside;
  PetscTruth oneside;
} SVD_LANCZOS;
} SVD_LANCZOS;