Subversion Repositories slepc-dev

Rev

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

Rev 1314 Rev 1376
Line 1... Line 1...
/*
/*
     SVD routines for accessing the problem matrix.
     SVD routines for accessing the problem matrix.
 
 
 
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
      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*/
 
 
#undef __FUNCT__
#undef __FUNCT__
#define __FUNCT__ "SVDMatMult"
#define __FUNCT__ "SVDMatMult"
PetscErrorCode SVDMatMult(SVD svd,PetscTruth trans,Vec x,Vec y)
PetscErrorCode SVDMatMult(SVD svd,PetscTruth trans,Vec x,Vec y)