|
irlba
A C++ library for IRLBA
|
Workspace for realizing a ParallelSparseMatrix.
More...
#include <sparse.hpp>


Public Member Functions | |
| const EigenMatrix_ & | realize (EigenMatrix_ &buffer) |
Public Member Functions inherited from irlba::RealizeWorkspace< EigenMatrix_ > | |
| void | realize_copy (EigenMatrix_ &buffer) |
Workspace for realizing a ParallelSparseMatrix.
| EigenMatrix_ | A dense floating-point Eigen::Matrix in which to store the realized matrix. |
| ValueArray_ | Array class containing the non-zero values, see ParallelSparseMatrix. |
| IndexArray_ | Array class containing indices of non-zero elements, see ParallelSparseMatrix. |
| PointerArray_ | Array class containing the pointers to the row/column boundaries, see ParallelSparseMatrix. |
Typically constructed by ParallelSparseMatrix::new_known_realize_workspace().
|
inlinevirtual |
| buffer | Buffer in which to optionally store the realized matrix. |
buffer or some other object. Implements irlba::RealizeWorkspace< EigenMatrix_ >.