|
irlba
A C++ library for IRLBA
|
Workspace class for realizing a SimpleMatrix.
More...
#include <simple.hpp>


Public Member Functions | |
| const EigenMatrix_ & | realize (EigenMatrix_ &buffer) |
Public Member Functions inherited from irlba::RealizeWorkspace< EigenMatrix_ > | |
| void | realize_copy (EigenMatrix_ &buffer) |
Workspace class for realizing a SimpleMatrix.
| EigenMatrix_ | A dense floating-point Eigen::Matrix in which to store the realized matrix. |
| Simple_ | The underlying matrix referenced by the SimpleMatrix. |
Typically constructed by SimpleMatrix::new_realize_workspace().
|
inlinevirtual |
| buffer | Buffer in which to optionally store the realized matrix. |
buffer or some other object. Implements irlba::RealizeWorkspace< EigenMatrix_ >.