|
irlba
A C++ library for IRLBA
|
| ▼Nirlba | Implements IRLBA for approximate SVD |
| CAdjointWorkspace | Workspace class for multiplying a transposed Matrix |
| CCenteredMatrix | Deferred centering of a matrix |
| CEigenThreadScope | Restrict the number of available threads for Eigen |
| CMatrix | Interface for a matrix to use in compute() |
| CMetrics | Metrics for IRLBA progress from compute() |
| COptions | Options for running IRLBA in compute() and pca() |
| CParallelSparseMatrix | Sparse matrix with customizable parallelization |
| CPcaResults | Results of the IRLBA-based PCA by pca() |
| CRealizeWorkspace | Workspace class for realizing a Matrix |
| CResults | Results of the IRLBA-based SVD by compute() |
| CScaledMatrix | Deferred scaling of a matrix |
| CSimpleMatrix | A Matrix-compatible wrapper around a "simple" matrix |
| CWorkspace | Workspace class for multiplying a Matrix |