HLIBpro
2.4
|
Uses exact SVD to compute low rank approximation (WARNING: O(n³) complexity) More...
#include <TLowRankApx.hh>
Public Member Functions | |
virtual TMatrix * | build (const TBlockCluster *c, const TTruncAcc &acc) const |
TSVDLRApx uses singular value decomposition to approximate a given matrix block. The resulting low rank matrix is the best approximation with respect to the given accuracy and rank. However, the computational costs are cubic in the dimension of the matrix block.
|
virtual |
build low rank matrix for block cluster bct with rank defined by accuracy acc
Implements TLowRankApx.