SVDGetTransposeMode
Gets the mode used to compute the transpose of the matrix associated with the singular value problem.
Synopsis
#include "slepcsvd.h"
PetscErrorCode SVDGetTransposeMode(SVD svd,SVDTransposeMode *mode)
Not collective
Input Parameter
svd - the singular value solver context
Output paramter
mode - how to compute the transpose, one of SVD_TRANSPOSE_EXPLICIT
or SVD_TRANSPOSE_IMPLICIT
See Also
SVDSetTransposeMode(), SVDSolve(), SVDSetOperator(),
SVDGetOperator(), SVDTransposeMode
Location: src/svd/interface/svdopts.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages