Home
last modified time | relevance | path

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

/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dsimplex.cpp1220 vector<key_t> subcone_key(C.dim + nr_new_points); in Simplex_parallel_evaluation() local
1222 subcone_key[i] = key[i]; in Simplex_parallel_evaluation()
1225 subcone_key[C.dim + i] = nr_old_gen + i; in Simplex_parallel_evaluation()
1227 Matrix<Integer> polytope_gens(C.Generators.submatrix(subcone_key)); in Simplex_parallel_evaluation()
1257 bottom_key.push_back(subcone_key[j]); in Simplex_parallel_evaluation()