SVDSetBV#
Associates basis vectors objects to the singular value solver.
Synopsis#
Collective
Input Parameters#
svd - singular value solver context obtained from SVDCreate()
V - the basis vectors object for right singular vectors
U - the basis vectors object for left singular vectors
Note#
Use SVDGetBV() to retrieve the basis vectors contexts (for example, to free them at the end of the computations).
See Also#
SVDGetBV()
Level#
advanced
Location#
Index of all SVD routines Table of Contents for all manual pages Index of all manual pages