Home
last modified time | relevance | path

Searched refs:homog (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/dports/math/cocoalib/CoCoALib-0.99712/src/tests/
H A Dtest-SparsePolyRing1.out21 homog(f1, h) gives x^2 +y^2
22 homog(f2, h) gives -5*x*y +y^2
23 homog(f3, h) gives x -y
48 homog(f2, h) gives x[1]^2 +5*x[0]*x[2]
49 homog(f3, h) gives x[0] -x[1]
74 homog(f2, h) gives x[1]^2 +5*x[0]*x[2]
75 homog(f3, h) gives x[0] -x[1]
99 homog(f2, h) gives y[1]^2 -5*y[0]*y[2]
100 homog(f3, h) gives y[0] -y[1]
125 homog(f3, h) gives y[0] -y[1]
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/tests/
H A Dtest-SparsePolyRing1.out21 homog(f1, h) gives x^2 +y^2
22 homog(f2, h) gives -5*x*y +y^2
23 homog(f3, h) gives x -y
48 homog(f2, h) gives x[1]^2 +5*x[0]*x[2]
49 homog(f3, h) gives x[0] -x[1]
74 homog(f2, h) gives x[1]^2 +5*x[0]*x[2]
75 homog(f3, h) gives x[0] -x[1]
99 homog(f2, h) gives y[1]^2 -5*y[0]*y[2]
100 homog(f3, h) gives y[0] -y[1]
125 homog(f3, h) gives y[0] -y[1]
[all …]
/dports/math/gfan/gfan0.6.2/src/
H A Dapp_tropicalbruteforce.cpp66 int homog=dimensionOfHomogeneitySpace(G); in main() local
68 IntegerVector f=IntegerVector(n-homog+1); in main()
69 IntegerVector fTrop=IntegerVector(n-homog+1); in main()
87 for(int i=0;i<n-homog+1;i++) in main()
100 f[n-homog-i]++; in main()
105 fTrop[n-homog-i]++; in main()
H A Dapp_stats.cpp44 int homog=-1; in main() local
54 if(homog==-1) in main()
57 homog=dimensionOfHomogeneitySpace(g); in main()
72 fprintf(Stdout,"Dimension of homogeneity space: %i\n",homog); in main()
H A Dapp_tropicallifting.cpp68 int homog=-1; in main() local
77 homog=hv.size(); in main()
81 PolynomialSet theOutput=tropicalBasisOfCurve(n,theInput,0,homog); in main()
95 …PolyhedralFan F=tropicalPrincipalIntersection(n, theOutput,homog); // dimension of lineality space… in main()
H A Dapp_tropicalbasis.cpp73 int homog=-1; in main() local
82 homog=hv.size(); in main()
86 PolynomialSet theOutput=tropicalBasisOfCurve(n,theInput,0,homog); in main()
H A Dhalfopencone.almostworks.cpp448 int homog=1000000; in printHalfOpenConeList() local
452 if(i->dimension()<homog)homog=i->dimension(); in printHalfOpenConeList()
455 assert(homog!=1000000); in printHalfOpenConeList()
457 fprintf(stderr,"homog:%i largest:%i\n",homog,largest); in printHalfOpenConeList()
461 if(i->dimension()==homog+1)rays.push_back(i->getRelativeInteriorPoint()); in printHalfOpenConeList()
467 for(int d=homog;d<=largest;d++) in printHalfOpenConeList()
H A Dtropicalbasis.cpp123 int homog=linealitySpaceDimension; in tropicalBasisOfCurve() local
125 assert(homog>0 || n==0); in tropicalBasisOfCurve()
207 if(i->dimension()<=1+homog) in tropicalBasisOfCurve()
H A Dhalfopencone.backup.cpp514 int homog=1000000; in printHalfOpenConeList() local
519 if(i->dimension()<homog)homog=i->dimension(); in printHalfOpenConeList()
523 assert(homog!=1000000); in printHalfOpenConeList()
527 assert(i->dimensionOfLargestContainedSubspace()==homog); in printHalfOpenConeList()
529 …on: %i, maximal dimension: %i, dimension of lineality space: %i\n",ambientDimension,largest,homog); in printHalfOpenConeList()
533 if(i->dimension()==homog+1)rays.push_back(i->getRelativeInteriorPoint()); in printHalfOpenConeList()
540 for(int d=homog;d<=largest;d++) in printHalfOpenConeList()
569 for(int d=homog;d<=largest;d++) in printHalfOpenConeList()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dapp_tropicalbruteforce.cpp66 int homog=dimensionOfHomogeneitySpace(G); in main() local
68 IntegerVector f=IntegerVector(n-homog+1); in main()
69 IntegerVector fTrop=IntegerVector(n-homog+1); in main()
87 for(int i=0;i<n-homog+1;i++) in main()
100 f[n-homog-i]++; in main()
105 fTrop[n-homog-i]++; in main()
H A Dapp_stats.cpp44 int homog=-1; in main() local
54 if(homog==-1) in main()
57 homog=dimensionOfHomogeneitySpace(g); in main()
72 fprintf(Stdout,"Dimension of homogeneity space: %i\n",homog); in main()
H A Dapp_tropicallifting.cpp68 int homog=-1; in main() local
77 homog=hv.size(); in main()
81 PolynomialSet theOutput=tropicalBasisOfCurve(n,theInput,0,homog); in main()
95 …PolyhedralFan F=tropicalPrincipalIntersection(n, theOutput,homog); // dimension of lineality space… in main()
H A Dapp_tropicalbasis.cpp73 int homog=-1; in main() local
82 homog=hv.size(); in main()
86 PolynomialSet theOutput=tropicalBasisOfCurve(n,theInput,0,homog); in main()
H A Dhalfopencone.almostworks.cpp448 int homog=1000000; in printHalfOpenConeList() local
452 if(i->dimension()<homog)homog=i->dimension(); in printHalfOpenConeList()
455 assert(homog!=1000000); in printHalfOpenConeList()
457 fprintf(stderr,"homog:%i largest:%i\n",homog,largest); in printHalfOpenConeList()
461 if(i->dimension()==homog+1)rays.push_back(i->getRelativeInteriorPoint()); in printHalfOpenConeList()
467 for(int d=homog;d<=largest;d++) in printHalfOpenConeList()
H A Dtropicalbasis.cpp123 int homog=linealitySpaceDimension; in tropicalBasisOfCurve() local
125 assert(homog>0 || n==0); in tropicalBasisOfCurve()
207 if(i->dimension()<=1+homog) in tropicalBasisOfCurve()
H A Dhalfopencone.backup.cpp514 int homog=1000000; in printHalfOpenConeList() local
519 if(i->dimension()<homog)homog=i->dimension(); in printHalfOpenConeList()
523 assert(homog!=1000000); in printHalfOpenConeList()
527 assert(i->dimensionOfLargestContainedSubspace()==homog); in printHalfOpenConeList()
529 …on: %i, maximal dimension: %i, dimension of lineality space: %i\n",ambientDimension,largest,homog); in printHalfOpenConeList()
533 if(i->dimension()==homog+1)rays.push_back(i->getRelativeInteriorPoint()); in printHalfOpenConeList()
540 for(int d=homog;d<=largest;d++) in printHalfOpenConeList()
569 for(int d=homog;d<=largest;d++) in printHalfOpenConeList()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/nc/
H A Dsca.h106 bool homog = p_IsBiHomogeneous( p, wx, wy, wCx, wCy, x, y, r ); in p_IsSCAHomogeneous() local
111 return homog; in p_IsSCAHomogeneous()
123 bool homog = id_IsBiHomogeneous( id, wx, wy, wCx, wCy, r ); in id_IsSCAHomogeneous() local
128 return homog; in id_IsSCAHomogeneous()
/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel_d/
H A Dintersection_objectsHd.h124 typename LA::Vector homog(d + 1); in operator()
126 homog[i] = S * t.homogeneous(i) - T * s.homogeneous(i); in operator()
127 homog[d] = D; in operator()
128 p = Point_d(d,homog.begin(),homog.end()); in operator()
/dports/math/cocoalib/CoCoALib-0.99712/src/server/benchmarks/
H A Dtimings-bigattipb5 ===== DATE: 22/11/05 TIME: 17:45 ===== char 32003, homog =====
98 ===== DATE: 22/11/05 TIME: 17:17 ===== char 0, homog =====
179 ===== DATE: 18/01/06 TIME: 11:52 ===== char 32003, homog =====
272 ===== DATE: 18/01/06 TIME: 11:55 ===== char 0, homog =====
360 ===== DATE: 26/04/06 TIME: 18:03 ===== char 32003, homog =====
446 ===== DATE: 26/04/06 TIME: 18:06 =3:20 char 0, homog =====
502 ===== DATE: 11/10/06 TIME: 15:36 ===== char 32003, homog =====
594 ===== DATE: 11/10/06 TIME: 15:40 ===== char 0, homog =====
H A Dtimings-point1 ===== DATE: 22/11/05 TIME: 17:18 ===== char 32003, homog =====
96 ===== DATE: 22/11/05 TIME: 17:23 ===== char 0, homog =====
175 ===== DATE: 18/01/06 TIME: 17:08 ===== char 32003, homog =====
270 ===== DATE: 18/01/06 TIME: 17:11 ===== char 0, homog =====
357 ===== DATE: 07/03/06 TIME: 17:22 ===== char 32003, homog =====
445 ===== DATE: 07/03/06 TIME: 17:24 ===== char 0, homog =====
530 ===== DATE: 16/03/06 TIME: 15:04 ===== char 32003, homog =====
630 ===== DATE: 16/03/06 TIME: 15:06 ===== char 0, homog =====
717 ===== DATE: 17/03/06 TIME: 18:38 ===== char 32003, homog =====
909 ===== DATE: 20/06/06 TIME: 18:22 ===== char 32003, homog =====
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/server/benchmarks/
H A Dtimings-bigattipb5 ===== DATE: 22/11/05 TIME: 17:45 ===== char 32003, homog =====
98 ===== DATE: 22/11/05 TIME: 17:17 ===== char 0, homog =====
179 ===== DATE: 18/01/06 TIME: 11:52 ===== char 32003, homog =====
272 ===== DATE: 18/01/06 TIME: 11:55 ===== char 0, homog =====
360 ===== DATE: 26/04/06 TIME: 18:03 ===== char 32003, homog =====
446 ===== DATE: 26/04/06 TIME: 18:06 =3:20 char 0, homog =====
502 ===== DATE: 11/10/06 TIME: 15:36 ===== char 32003, homog =====
594 ===== DATE: 11/10/06 TIME: 15:40 ===== char 0, homog =====
H A Dtimings-point1 ===== DATE: 22/11/05 TIME: 17:18 ===== char 32003, homog =====
96 ===== DATE: 22/11/05 TIME: 17:23 ===== char 0, homog =====
175 ===== DATE: 18/01/06 TIME: 17:08 ===== char 32003, homog =====
270 ===== DATE: 18/01/06 TIME: 17:11 ===== char 0, homog =====
357 ===== DATE: 07/03/06 TIME: 17:22 ===== char 32003, homog =====
445 ===== DATE: 07/03/06 TIME: 17:24 ===== char 0, homog =====
530 ===== DATE: 16/03/06 TIME: 15:04 ===== char 32003, homog =====
630 ===== DATE: 16/03/06 TIME: 15:06 ===== char 0, homog =====
717 ===== DATE: 17/03/06 TIME: 18:38 ===== char 32003, homog =====
909 ===== DATE: 20/06/06 TIME: 18:22 ===== char 32003, homog =====
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/dewarping/
H A DRasterDewarper.cpp63 const HomographicTransform<1, float> homog(generatrix.pln2img.mat()); in dewarpGeneric() local
68 const Vec2f src_pt(origin + vec * homog(model_y)); in dewarpGeneric()
109 const HomographicTransform<1, float> homog(generatrix.pln2img.mat());
114 const Vec2f src_pt(origin + vec * homog(model_y));
440 const HomographicTransform<1, float> homog(generatrix.pln2img.mat());
445 next_grid_column[dst_y] = origin + vec * homog(model_y);
/dports/math/gfan/gfan0.6.2/doc/
H A Ddefines.tex58 \newcommand{\homog}{\textup{homog}}
/dports/math/latte-integrale/latte-version_1_7_6/EXAMPLES/beck/
H A Dcyclotomic.lisp59 (defun print-homogenized-vector (dst-stream homog vec)
61 initially (format dst-stream "~&~A " homog)

12345678910>>...19