slepc-3.20.2 2024-03-15
Report Typos and Errors

SVDGetSignature

Get the signature matrix defining a hyperbolic singular value problem.

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDGetSignature(SVD svd,Vec *omega)
Not Collective

Input Parameter

svd  - the singular value solver context

Output Parameter

omega  - a vector containing the diagonal elements of the signature matrix

See Also

SVDSetSignature()

Level

intermediate

Location

src/svd/interface/svdsetup.c

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