DSHSVDGetReorthogonalize#
Returns the reorthogonalization flag of a DSHSVD.
Synopsis#
#include "slepcds.h"
PetscErrorCode DSHSVDGetReorthogonalize(DS ds,PetscBool *reorth)
Not Collective
Input Parameter#
ds - the direct solver context
Output Parameters#
reorth - the reorthogonalization flag
See Also#
DSHSVDSetReorthogonalize()
Level#
intermediate
Location#
Implementations#
DSHSVDGetReorthogonalize_HSVD() in src/sys/classes/ds/impls/hsvd/dshsvd.c
Index of all DS routines Table of Contents for all manual pages Index of all manual pages