irlba
A C++ library for IRLBA
Loading...
Searching...
No Matches
interface.hpp File Reference

Interfaces for matrix inputs. More...

#include <memory>
#include "Eigen/Dense"
Include dependency graph for interface.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Interfaces for matrix inputs.