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

Simple wrapper around an Eigen matrix. More...

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

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.
 

Detailed Description

Simple wrapper around an Eigen matrix.