Creates matrices out of sparse matrices.
#include <TMatBuilder.hh>
Public Member Functions |
| TSparseMBuilder (const TSparseMatrix *sparse_mat, const TPermutation *row_perm_i2e, const TPermutation *col_perm_e2i) |
| construct TSparseMBuilder object with given sparse matrix and permutations
|
void | set_sparse_mode (const bool b) |
| (de-) activate construction of sparse leaves
|
virtual TMatrix * | build_leaf (const TBlockCluster *bc, const matform_t matformat, const TTruncAcc &acc) const |
| construct matrices for leaves in block cluster tree
|
virtual TMatrix * | build_ghost (const TBlockCluster *bc) const |
| build placeholder matrix for remote blocks
|
| TMatBuilder (const bool coarsening=CFG::Arith::coarsen_build) |
void | set_coarsening (const bool b) |
| (de-) activate coarsening with standard accuracy
|
void | set_coarsening (const TTruncAcc &acc) |
| activate coarsening with accuracy acc
|
virtual TMatrix * | build (const uint nthreads, const TBlockClusterTree *bct, const TTruncAcc &acc, TProgressBar *progress=NULL) const |
| build the H-matrix with block-wise accuracy defined by acc
|
virtual TMatrix * | build (const uint nthreads, const TBlockCluster *bc, const TTruncAcc &acc, TProgressBar *progress=NULL) const |
virtual TMatrix * | build (const uint nthreads, const TBlockClusterTree *cluster, const matform_t matformat, const TTruncAcc &acc, TProgressBar *progress=NULL) const |
| same as
|
virtual TMatrix * | build (const uint nthreads, const TBlockCluster *cluster, const matform_t matformat, const TTruncAcc &acc, TProgressBar *progress=NULL) const |
| same as
|