|
irlba
A C++ library for IRLBA
|
Simple wrapper around an Eigen matrix. More...
#include <memory>#include <type_traits>#include "../utils.hpp"#include "interface.hpp"#include "Eigen/Dense"

Go to the source code of this file.
Classes | |
| class | irlba::SimpleWorkspace< EigenVector_, Simple_ > |
Workspace class for multiplying a SimpleMatrix. More... | |
| class | irlba::SimpleAdjointWorkspace< EigenVector_, Simple_ > |
Workspace class for multiplying a transposed SimpleMatrix. More... | |
| class | irlba::SimpleRealizeWorkspace< EigenMatrix_, Simple_ > |
Workspace class for realizing a SimpleMatrix. More... | |
| class | irlba::SimpleMatrix< EigenVector_, EigenMatrix_, SimplePointer_ > |
A Matrix-compatible wrapper around a "simple" matrix. More... | |
Namespaces | |
| namespace | irlba |
| Implements IRLBA for approximate SVD. | |
Simple wrapper around an Eigen matrix.