HLIBpro
2.6
|
Computes dense matrix block without approximation. More...
#include <TLowRankApx.hh>
Public Member Functions | |
virtual TMatrix * | build (const TBlockCluster *bcl, const TTruncAcc &acc) const |
Public Member Functions inherited from TLowRankApx | |
virtual bool | has_statistics () const |
indicate if algorithm provides statistics | |
Instead of performing approximation for a matrix block, the whole block is computed and returned as a dense matrix.
This is usually used for debugging or accuracy tests.
|
virtual |
build low rank matrix for block cluster bcl with rank defined by accuracy acc
Implements TLowRankApx.