HLIBpro  1.2
Public Member Functions | Protected Member Functions | List of all members
TIdMatBuilder Class Reference

Construct identity matrix for given block cluster trees.

#include <TMatBuilder.hh>

Inheritance diagram for TIdMatBuilder:
TMatBuilder

Public Member Functions

 TIdMatBuilder ()
 construct identity matrix builder with coarsening disabled
virtual TMatrixbuild_leaf (const TBlockCluster *bc, const matform_t matformat, const TTruncAcc &acc) const
 build matrix corresponding to leaves in the block cluster tree
virtual TMatrixbuild_ghost (const TBlockCluster *bc) const
 build placeholder matrix for remote blocks
- Public Member Functions inherited from TMatBuilder
 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 TMatrixbuild (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 TMatrixbuild (const uint nthreads, const TBlockCluster *bc, const TTruncAcc &acc, TProgressBar *progress=NULL) const
virtual TMatrixbuild (const uint nthreads, const TBlockClusterTree *cluster, const matform_t matformat, const TTruncAcc &acc, TProgressBar *progress=NULL) const
 same as
virtual TMatrixbuild (const uint nthreads, const TBlockCluster *cluster, const matform_t matformat, const TTruncAcc &acc, TProgressBar *progress=NULL) const
 same as

Protected Member Functions

virtual matform_t matrix_format () const
 return matrix format
- Protected Member Functions inherited from TMatBuilder
virtual TMatrixthr_build (const uint nthreads, const TBlockCluster *bc, const matform_t matformat, const TTruncAcc &acc, TProgressBar *progress) const
 threaded building process
virtual TBlockMatrixbuild_blocked (const TBlockCluster *bc) const
 build blocked matrix

Additional Inherited Members

- Protected Attributes inherited from TMatBuilder
bool _coarsening
 if true, coarsening is applied during construction
bool _use_construct_acc
TTruncAcc _coarse_acc
 defines coarsening accuracy