HLIBpro
2.8.1
|
base class for algebraic admissibility conditions
#include <TAlgAdmCond.hh>
Public Member Functions | |
TAlgAdmCond (const TSparseMatrix *S, const TPermutation *perm_i2e) | |
TAlgAdmCond (const TSparseMatrix *S, const TPermutation *row_perm_i2e, const TPermutation *col_perm_i2e) | |
virtual | ~TAlgAdmCond () |
dtor | |
Public Member Functions inherited from TAdmCondition | |
TAdmCondition () | |
ctor | |
virtual | ~TAdmCondition () |
dtor | |
virtual bool | is_adm (const TBlockCluster *cl) const =0 |
return true if cluster cl is admissible | |
TAlgAdmCond | ( | const TSparseMatrix * | S, |
const TPermutation * | perm_i2e | ||
) |
ctor with graph defined by S and mapping of internal to external indices defined by perm_i2e (row and column mappings identical)
TAlgAdmCond | ( | const TSparseMatrix * | S, |
const TPermutation * | row_perm_i2e, | ||
const TPermutation * | col_perm_i2e | ||
) |
ctor with graph defined by S and mapping of internal to external indices defined by row_perm_i2e and col_perm_i2e