Home
last modified time | relevance | path

Searched refs:NONLEAF_BLOCK (Results 1 – 3 of 3) sorted by relevance

/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dh_matrix.hpp61 enum DefaultRank {UNINITIALIZED_BLOCK = -3, NONLEAF_BLOCK = -2, FULL_BLOCK = -1}; enumerator
690 rank_ = NONLEAF_BLOCK; in assembled()
702 rank_ = NONLEAF_BLOCK; in assembledRecurse()
H A Dserialization.cpp94 writeValue(NONLEAF_BLOCK); in writeTreeNode()
H A Dh_matrix.cpp172 assert(rank_ == NONLEAF_BLOCK || rank_ == UNINITIALIZED_BLOCK || (this->isLeaf() && isNull())); in split()
213 rank_ = NONLEAF_BLOCK; in split()
1847 assert(o->rank_==NONLEAF_BLOCK); in copy()