|
irlba
A C++ library for IRLBA
|
Workspace class for realizing a CenteredMatrix.
More...
#include <centered.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 CenteredMatrix.
| 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 CenteredMatrix. |
| Center_ | An Eigen vector class, to hold the column centers. |
Typically constructed by CenteredMatrix::new_realize_workspace().
|
inlinevirtual |
| buffer | Buffer in which to optionally store the realized matrix. |
buffer or some other object. Implements irlba::RealizeWorkspace< EigenMatrix_ >.