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 "parallel.hpp"
6
16namespace irlba {}
17
18#endif
Compute an approximate SVD with IRLBA.
Implements IRLBA for approximate SVD.
Definition compute.hpp:18
Classes for parallelized multiplication.