#include "slepcsvd.h" PetscErrorCode SVDSetOptionsPrefix(SVD svd,const char *prefix)Collective on SVD
svd | - the singular value solver context | |
prefix | - the prefix string to prepend to all SVD option requests |
For example, to distinguish between the runtime options for two different SVD contexts, one could call
SVDSetOptionsPrefix(svd1,"svd1_") SVDSetOptionsPrefix(svd2,"svd2_")
Location: src/svd/interface/svdopts.c
Index of all SVD routines
Table of Contents for all manual pages
Index of all manual pages