SVDSetOperator

Set the matrix associated with the singular value problem.

Synopsis

#include "slepcsvd.h" 
PetscErrorCode SVDSetOperator(SVD svd,Mat mat)
Collective on SVD and Mat

Input Parameters

svd - the singular value solver context
A - the matrix associated with the singular value problem

See Also

SVDSolve(), SVDGetOperator()

Location: src/svd/interface/svdsetup.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages