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