Searched refs:PrimalSimplex (Results 1 – 2 of 2) sorted by relevance
/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/ |
H A D | full_cone.h | 429 …const vector<Integer>& GradingOnPrimal, Matrix<Integer>& PrimalSimplex, const vector<Integer>& Gen… 434 const Matrix<Integer>& Generators, const Matrix<Integer>& PrimalSimplex, 807 …t (const dynamic_bitset& Subfacet, const bool compute_multiplicity, Matrix<Integer>& PrimalSimplex, 810 const Matrix<Integer>& PrimalSimplex, const bool compute_multiplicity,
|
H A D | full_cone.cpp | 8354 DualSimplex.simplex_data(identity_key(dim), PrimalSimplex, MultDual, true); in first_subfacet() 8357 DegreesPrimal = PrimalSimplex.MxV(GradingOnPrimal); in first_subfacet() 8366 ValuesGeneric[i] = PrimalSimplex.MxV(CandidatesGeneric[i]); in first_subfacet() 8372 const Matrix<Integer>& PrimalSimplex, const bool compute_multiplicity, in next_subfacet() argument 8394 vector<Integer> lambda = PrimalSimplex.MxV(Generators[new_vert]); in next_subfacet() 8467 Matrix<Integer> PrimalSimplex(dim,dim); in FindGeneric() local 8518 … first_subfacet(Subfacet, false, PrimalSimplex, Dummy_mpz, Dummy_vec, ValuesGeneric); in FindGeneric() 8524 next_subfacet(Subfacet, Subfacet_start, PrimalSimplex, false, Dummy_mpz, Dummy_mpz, in FindGeneric() 8706 Matrix<Integer> PrimalSimplex(dim,dim); in ComputeMultiplicity() local 8761 … first_subfacet(Subfacet, true, PrimalSimplex, MultPrimal,DegreesPrimal, Dummy_mat); in ComputeMultiplicity() [all …]
|