Home
last modified time | relevance | path

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

/dports/math/libnormaliz/normaliz-3.9.0/source/chunk/
H A Dchunk.cpp100 vector<mpz_class> GradingOnPrimal(dim); in main() local
102 in >> GradingOnPrimal[j]; in main()
104 cout << GradingOnPrimal; in main()
160 SignedDec<mpz_class> SDMult(Triangulation_ind, Generators, GradingOnPrimal, omp_start_level); in main()
170 …mpz_class corr_factor = v_gcd(GradingOnPrimal); // search in code for corr_factor to find an expla… in main()
/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dfull_cone.h191 …vector<Integer> GradingOnPrimal; // grading on ther cone whose multiplicity is comuted by signed d… variable
429 …const vector<Integer>& GradingOnPrimal, Matrix<Integer>& PrimalSimplex, const vector<Integer>& Gen…
440 const vector<Integer>& GradingOnPrimal, Matrix<Integer>& CandidatesGeneric,
801 vector<Integer> GradingOnPrimal; variable
H A Dfull_cone.cpp3843 convert(GradingOnPrimal_mpz, GradingOnPrimal); in compute_multiplicity_or_integral_by_signed_dec()
3900 … SignedDec<Integer> SDGen(Triangulation_ind, Generators, GradingOnPrimal, omp_start_level); in compute_multiplicity_or_integral_by_signed_dec()
3903 SDGen.Generic = GradingOnPrimal; // for the first round in compute_multiplicity_or_integral_by_signed_dec()
4060 SignedDec<Integer> SDMult(Triangulation_ind, Generators, GradingOnPrimal, omp_start_level); in compute_multiplicity_or_integral_by_signed_dec()
4089 …Integer corr_factorInteger = v_gcd(GradingOnPrimal); // search in code for corr_factor to find an … in compute_multiplicity_or_integral_by_signed_dec()
8357 DegreesPrimal = PrimalSimplex.MxV(GradingOnPrimal); in first_subfacet()
8870 GradingOnPrimal = Grad; in SignedDec()
H A Dnmz_integral.cpp309 …vector<mpz_class> grading = SD.GradingOnPrimal; // to use the same names as in the standard integr… in integrate()
H A Dcone.cpp6852 … BasisChangePointed.convert_to_sublattice_dual_no_div(Dual.GradingOnPrimal, Grading); in try_signed_dec_inner()
6854 BasisChangePointed.convert_to_sublattice_dual(Dual.GradingOnPrimal, Grading); in try_signed_dec_inner()