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]
 NirlbaImplements IRLBA for approximate SVD
 CAdjointWorkspaceWorkspace class for multiplying a transposed Matrix
 CCenteredAdjointWorkspaceWorkspace class for multiplying a transposed CenteredMatrix
 CCenteredMatrixDeferred centering of a matrix
 CCenteredRealizeWorkspaceWorkspace class for realizing a CenteredMatrix
 CCenteredWorkspaceWorkspace class for multiplying a CenteredMatrix
 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()
 CScaledAdjointWorkspaceWorkspace class for multiplying a transposed ScaledMatrix
 CScaledMatrixDeferred scaling of a matrix
 CScaledRealizeWorkspaceWorkspace class for realizing a ScaledMatrix
 CScaledWorkspaceWorkspace class for multiplying a ScaledMatrix
 CSimpleAdjointWorkspaceWorkspace class for multiplying a transposed SimpleMatrix
 CSimpleMatrixA Matrix-compatible wrapper around a "simple" matrix
 CSimpleRealizeWorkspaceWorkspace class for realizing a SimpleMatrix
 CSimpleWorkspaceWorkspace class for multiplying a SimpleMatrix
 CWorkspaceWorkspace class for multiplying a Matrix