irlba
A C++ library for IRLBA
|
Compile-time interface for matrix inputs. More...
#include "Eigen/Dense"
Go to the source code of this file.
Classes | |
class | irlba::MockMatrix |
Interface for a matrix to use in compute() . More... | |
struct | irlba::MockMatrix::Workspace |
Workspace class for multiply() . More... | |
struct | irlba::MockMatrix::AdjointWorkspace |
Workspace class for adjoint_multiply() . More... | |
Namespaces | |
namespace | irlba |
Implements IRLBA for approximate SVD. | |
Compile-time interface for matrix inputs.