Skip to main content
. Author manuscript; available in PMC: 2020 Aug 1.
Published in final edited form as: ACM Trans Math Softw. 2019 Aug;45(3):28. doi: 10.1145/3321515

Fig. 3.

Fig. 3.

Template arguments for ASC are unpacked and assigned to nodes accordingly. The first argument “int” is the key type for labeling vertices while the following arguments define node data types. Notably, Node<2> does not allocate memory for data as the corresponding template argument was “void”. By passing in additional types, simplicial complexes of higher dimensions are instantiated.