SVDPRIMME#

SVDPRIMME = “primme” - A wrapper to PRIMME [Stathopoulos and McCombs, 2010].

Notes#

Only available for standard SVD problems.

The PRIMME library provides several singular value solvers. The default one is generally a good choice, but the user can select another with SVDPRIMMESetMethod().

References#

[Sta10]

A. Stathopoulos and J. R. McCombs. PRIMME: PReconditioned Iterative MultiMethod Eigensolver: methods and software description. ACM Trans. Math. Software, 37(2):21:1–21:30, 2010. doi:10.1145/1731022.1731031.

See Also#

SVD: Singular Value Decomposition, SVD, SVDType, SVDSetType()

Level#

beginner

Location#

src/svd/impls/external/primme/svdprimme.c


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