irlba
A C++ library for IRLBA
Loading...
Searching...
No Matches
irlba.hpp
Go to the documentation of this file.
1#ifndef IRLBA_IRLBA_HPP
2#define IRLBA_IRLBA_HPP
3
4#include "compute.hpp"
5#include "pca.hpp"
6#include "parallel.hpp"
7#include "Options.hpp"
8
10#include "Matrix/simple.hpp"
11#include "Matrix/centered.hpp"
12#include "Matrix/scaled.hpp"
13#include "Matrix/sparse.hpp"
14
24namespace irlba {}
25
26#endif
Options for IRLBA.
Deferred centering for a matrix.
Compute an approximate SVD with IRLBA.
Interfaces for matrix inputs.
Implements IRLBA for approximate SVD.
Definition compute.hpp:22
Classes for parallelized multiplication.
Perform PCA with IRLBA.
Deferred scaling for a matrix.
Simple wrapper around an Eigen matrix.
Sparse matrix with parallelized multiplication.