SVDKSVDGetPolarMethod#
Gets the method for the KSVD polar decomposition.
Synopsis#
#include "slepcsvd.h"
PetscErrorCode SVDKSVDGetPolarMethod(SVD svd,SVDKSVDPolarMethod *polar)
Not Collective
Input Parameter#
svd - the singular value solver context
Output Parameter#
polar - method that will be used by KSVD for the polar decomposition
See Also#
SVDKSVDSetPolarMethod(), SVDKSVDPolarMethod
Level#
advanced
Location#
Implementations#
SVDKSVDGetPolarMethod_KSVD() in src/svd/impls/external/ksvd/svdksvd.c
Index of all SVD routines Table of Contents for all manual pages Index of all manual pages