irlba
A C++ library for IRLBA
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nirlba
 CAdjointWorkspaceWorkspace class for multiplying a transposed Matrix
 CCenteredMatrixDeferred centering of a matrix
 CEigenThreadScopeRestrict the number of available threads for Eigen
 CMatrixInterface for a matrix to use in compute()
 COptionsOptions for running IRLBA in compute() and pca()
 CParallelSparseAdjointWorkspaceWorkspace for multiplication of a transposed ParallelSparseMatrix
 CParallelSparseMatrixSparse matrix with customizable parallelization
 CParallelSparseRealizeWorkspaceWorkspace for realizing a ParallelSparseMatrix
 CParallelSparseWorkspaceWorkspace for multiplication of a ParallelSparseMatrix
 CPcaResultsResults of the IRLBA-based PCA by pca()
 CRealizeWorkspaceWorkspace class for realizing a Matrix
 CResultsResults of the IRLBA-based SVD by compute()
 CSimpleMatrixA Matrix-compatible wrapper around a "simple" matrix
 CWorkspaceWorkspace class for multiplying a Matrix