|
irlba
A C++ library for IRLBA
|
Workspace class for realizing a ScaledMatrix.
More...
#include <scaled.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 ScaledMatrix.
| EigenMatrix_ | A dense floating-point Eigen::Matrix in which to store the realized matrix. |
| Matrix_ | Class of the matrix to be centered, as referenced by the ScaledMatrix. |
| Scale_ | An Eigen vector class, to hold the scaling factors. |
Typically constructed by ScaledMatrix::new_realize_workspace().
|
inlinevirtual |
| buffer | Buffer in which to optionally store the realized matrix. |
buffer or some other object. Implements irlba::RealizeWorkspace< EigenMatrix_ >.