|
irlba
A C++ library for IRLBA
|
Interfaces for matrix inputs. More...
#include <memory>#include "Eigen/Dense"

Go to the source code of this file.
Classes | |
| class | irlba::Workspace< EigenVector_ > |
Workspace class for multiplying a Matrix. More... | |
| class | irlba::AdjointWorkspace< EigenVector_ > |
Workspace class for multiplying a transposed Matrix. More... | |
| class | irlba::RealizeWorkspace< EigenMatrix_ > |
Workspace class for realizing a Matrix. More... | |
| class | irlba::Matrix< EigenVector_, EigenMatrix_ > |
Interface for a matrix to use in compute(). More... | |
Namespaces | |
| namespace | irlba |
| Implements IRLBA for approximate SVD. | |
Interfaces for matrix inputs.