irlba
A C++ library for IRLBA
|
Workspace class for multiply()
.
More...
#include <MockMatrix.hpp>
Workspace class for multiply()
.
This is used to allocate space for intermediate results across repeated calls to multiply()
, to avoid inefficiencies from repeated (de)allocations.