Skip to content

WIP: Extend PreBasis interface for MultiIndex shape information

Simon Praetorius requested to merge feature/is-uniform-multiindex into master

Summary

Add additional information about the multi-index generation in pre-bases, i.e., whether the size is static and the next index is uniform.

Details

Rewrite the size() function to support HybridTreePath instead of a ReservedVector. This allows to get information whether the size is constant by changing the return type to index_constant instead of a size_t.

Edited by Simon Praetorius

Merge request reports