mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
ENH: Simplify solving logic
This is a combination of multiple WIP commits: - Semantic group names - G, H - Simplify fan<>() - Template int deduction - Remove _recontext_gens - Move g_gens logic into caller - Move subgroup logic into caller - Move recontext logic into coller - Move _generators, _recontext_gens to anonymous namespace - Simplify hull, tile
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
#include <Eigen/Eigen>
|
||||
|
||||
#include "combo_iterator.hpp"
|
||||
|
||||
template<unsigned N>
|
||||
using Indices = Eigen::Array<unsigned, N, Eigen::Dynamic>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user