Home
last modified time | relevance | path

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

/dports/math/libnormaliz/normaliz-3.9.0/source/dynamic/
H A Ddynamic.cpp17 Cone<Integer> MyCone(Type::inequalities, First); in main() local
18 MyCone.setVerbose(true); in main()
19 MyCone.setFaceCodimBound(2); in main()
23 MyCone.modifyCone(Type::inequalities, Second); in main()
24 MyCone.compute(ConeProperty::FaceLattice); in main()
26 MyCone.write_cone_output("MyConeAfterSecond"); in main()
33 size_t dim = MyCone.getEmbeddingDim(); in main()
46 MyCone.modifyCone(Type::equations, Third); in main()
47 MyCone.setFaceCodimBound(1); in main()
48 MyCone.compute(ConeProperty::FaceLattice); in main()
[all …]
/dports/math/libnormaliz/normaliz-3.9.0/source/
H A Dnormaliz.cpp211 Cone<ConeType> MyCone = Cone<ConeType>(input); in compute_and_output() local
212 MyCone.setPolynomial(polynomial); in compute_and_output()
213 MyCone.setNumericalParams(num_param_input); in compute_and_output()
217 MyCone.setRenf(number_field); in compute_and_output()
218 MyCone.setProjectName(options.getProjectName()); in compute_and_output()
220 MyCone.compute(options.getToCompute()); in compute_and_output()
224 MyCone.modifyCone(add_input); in compute_and_output()
225 MyCone.compute(AddInputOptions); in compute_and_output()
236 Out.setCone(MyCone); in compute_and_output()
256 ProjOut.setCone(MyCone.getProjectCone()); in compute_and_output()
[all …]
/dports/math/gfan/gfan0.6.2/src/
H A Dminkowskidual.cpp7 class MyCone{ class
122 vector<MyCone> newCones(primaryRays.size()); in dualMinkowskiMixed()
134 newCones[k].rays.insert(MyCone::Pair(rays,j,*l)); in dualMinkowskiMixed()
188 … for(set<MyCone::Pair>::const_iterator i=newCones[k].rays.begin();i!=newCones[k].rays.end();i++) in dualMinkowskiMixed()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dminkowskidual.cpp7 class MyCone{ class
122 vector<MyCone> newCones(primaryRays.size()); in dualMinkowskiMixed()
134 newCones[k].rays.insert(MyCone::Pair(rays,j,*l)); in dualMinkowskiMixed()
188 … for(set<MyCone::Pair>::const_iterator i=newCones[k].rays.begin();i!=newCones[k].rays.end();i++) in dualMinkowskiMixed()
/dports/math/libnormaliz/normaliz-3.9.0/doc/
H A DNormaliz.tex8334 MyCone.deactivateChangeOfPrecision();
8336 where we assume that \verb|MyCone| has been constructed as described in the next section.
8450 Cone<Integer> MyCone = Cone<Integer>(type, Data);
8499 Cone<Integer> MyCone = Cone<Integer>(type, Data,grad,to_matrix(total_degree));
8819 MyCone.compute(ConeProperty::HilbertBasis, ConeProperty::Multiplicity)
8831 MyCone.compute(Wanted);
8884 bool done=MyCone.isComputed(ConeProperty::HilbertBasis)
9392 MyCone.getIntegerHullCone().getSupportHyperplanes()