irlba
A C++ library for IRLBA
Loading...
Searching...
No Matches
Classes | Namespaces
MockMatrix.hpp File Reference

Compile-time interface for matrix inputs. More...

#include "Eigen/Dense"
Include dependency graph for MockMatrix.hpp:

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.
 

Detailed Description

Compile-time interface for matrix inputs.