SVDTRLanczosSetGBidiag#

Sets the bidiagonalization choice to use in the GSVD TRLanczos solver.

Synopsis#

Logically Collective

Input Parameters#

  • svd - the singular value solver context

  • bidiag - the bidiagonalization choice

Options Database Key#

  • -svd_trlanczos_gbidiag - Sets the bidiagonalization choice (either ‘s’ or ‘juu’ or ‘jlu’)

See Also#

SVD: Singular Value Decomposition, SVDTRLanczosGetGBidiag(), SVDTRLanczosGBidiag

Level#

advanced

Location#

src/svd/impls/trlanczos/trlanczos.c

Implementations#

SVDTRLanczosSetGBidiag_TRLanczos() in src/svd/impls/trlanczos/trlanczos.c


Index of all SVD routines Table of Contents for all manual pages Index of all manual pages