28 #ifndef SPARSELU_RELAX_SNODE_H
29 #define SPARSELU_RELAX_SNODE_H
48 template <
typename Scalar,
typename StorageIndex>
55 descendants.setZero();
60 descendants(parent) += descendants(
j) + 1;
68 while ( parent !=
n && descendants(parent) < relax_columns )
74 relax_end(snode_start) = StorageIndex(
j);
77 while (descendants(
j) != 0 &&
j <
n)
j++;
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.