Skip to main content
Ctrl+K
SLEPc Home SLEPc Home
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • SVDCreate

SVDCreate#

Creates the SVD context.

Synopsis#

#include "slepcsvd.h" 
PetscErrorCode SVDCreate(MPI_Comm comm,SVD *outsvd)

Collective

Input Parameter#

  • comm - MPI communicator

Output Parameter#

  • outsvd - location to put the SVD context

Note#

The default SVD type is SVDCROSS.

See Also#

SVD: Singular Value Decomposition, SVDSetUp(), SVDSolve(), SVDDestroy(), SVD

Level#

beginner

Location#

src/svd/interface/svdbasic.c

Examples#

src/svd/tutorials/ex14.c
src/svd/tutorials/ex48.c
src/svd/tutorials/ex15.c
src/svd/tutorials/ex51.c
src/svd/tutorials/ex15f.F90
src/svd/tutorials/ex53.c
src/svd/tutorials/ex8.c
src/svd/tutorials/ex45.c
src/svd/tutorials/ex52.c


Index of all SVD routines Table of Contents for all manual pages Index of all manual pages

On this page
  • Synopsis
  • Input Parameter
  • Output Parameter
  • Note
  • See Also
  • Level
  • Location
  • Examples
Edit on GitLab

This Page

  • Show Source

© Copyright 2002-2025, Universitat Politecnica de Valencia, Spain.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.16.1.