| Line 17... |
Line 17... |
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
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 <slepc-private/svdimpl.h> /*I "slepcsvd.h" I*/
|
|
|
EXTERN_C_BEGIN
|
EXTERN_C_BEGIN
|
extern PetscErrorCode SVDCreate_Cross(SVD);
|
extern PetscErrorCode SVDCreate_Cross(SVD);
|
extern PetscErrorCode SVDCreate_Cyclic(SVD);
|
extern PetscErrorCode SVDCreate_Cyclic(SVD);
|
extern PetscErrorCode SVDCreate_LAPACK(SVD);
|
extern PetscErrorCode SVDCreate_LAPACK(SVD);
|