Home
last modified time | relevance | path

Searched defs:Simplex (Results 1 – 25 of 94) sorted by relevance

1234

/dports/cad/veroroute/VeroRoute/Src/
H A DSimplexFont.h24 struct Simplex struct
27 static int GetLetterIndex(const char& c) in GetLetterIndex()
32 static int GetLetterData(int i, int j) in GetLetterData()
36 static void CalcXlimits(const int& i, std::pair<int,int>& o) in CalcXlimits()
50 static const std::pair<int,int>& GetXlimits(const int& i) in GetXlimits()
61 …ic std::vector< std::pair<int,int> > sm_xLimits; // A cache of the min/max X values for each letter
/dports/math/fcl/fcl-0.7.0/include/fcl/narrowphase/detail/convexity_based_algorithm/
H A Dgjk.h62 struct Simplex struct
65 SimplexV* c[4];
67 S p[4];
69 size_t rank;
/dports/finance/quantlib/QuantLib-1.20/ql/math/optimization/
H A Dsimplex.hpp58 class Simplex : public OptimizationMethod { class
61 Simplex(Real lambda) : lambda_(lambda) {} in Simplex() function in QuantLib::Simplex
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/geometry/subdivision/subUtil/
H A DSimplex.cpp65 template class Simplex<Triangle>; variable
66 template class Simplex<Tetrahedron>; variable
H A DSimplex.hpp41 class Simplex : public GeomFigure class
48 Simplex(const number_t num, const number_t bdSideNum) in Simplex() function in xlifepp::subdivision::Simplex
/dports/math/fcl05/fcl-0.5.0/include/fcl/narrowphase/
H A Dgjk.h131 struct Simplex struct
134 SimplexV* c[4];
136 FCL_REAL p[4];
138 size_t rank;
140 Simplex() : rank(0) {} in Simplex() argument
/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/src/
H A DSimplex.h38 Simplex(const VertexBase& b, int c, const unsigned int v[]) : in Simplex() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Printing/
H A DDuplex.cs20 Simplex = SafeNativeMethods.DMDUP_SIMPLEX, enumerator
/dports/math/topcom/topcom-0.17.8/lib-src/
H A DIndexTableArray.hh21 typedef IntegerSet Simplex; typedef
/dports/math/py-iminuit/iminuit-2.8.4/extern/root/math/minuit2/inc/Minuit2/
H A DSimplexParameters.h41 …const std::vector<std::pair<double, MnAlgebraicVector>> &Simplex() const { return fSimplexParamete… in Simplex() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/simplex/
H A Dquadrature_lib.cc29 namespace Simplex namespace
H A Dfe_lib.cc22 namespace Simplex namespace
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DSkin_surface_polyhedral_items_3.h29 typedef typename SkinSurface3::Simplex Simplex; typedef
H A DUnion_of_balls_3.h46 typedef typename Base::Simplex Simplex; typedef
H A DSkin_surface_3.h46 typedef typename Base::Simplex Simplex; typedef
/dports/math/cgal/CGAL-5.3/examples/Triangulation_3/
H A Dsimplex.cpp18 typedef Triangulation::Simplex Simplex; typedef
H A Dsegment_simplex_traverser_3.cpp21 typedef CGAL::Triangulation_simplex_3<DT::Triangulation_data_structure> Simplex; typedef
/dports/math/dune-geometry/dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b/doc/refinement/
H A Drefinement.tex626 \subsubsection{Kuhn0 Simplex}
646 \subsubsection{Arbitrary Kuhn Simplices}
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/games/
H A Dsimplex.py68 class Simplex(pysollib.game.StartDealRowAndCards, Game): class
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-2.0/include/
H A Drequest.h44 Simplex, enumerator
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/splix/include/
H A Drequest.h44 Simplex, enumerator
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-2.0.0/include/
H A Drequest.h44 Simplex, enumerator
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dinfer_bounds.h37 enum Algorithms {None = 0, Lookup, RowSum, Simplex}; enumerator
/dports/math/py-pyhull/pyhull-2015.2.1/pyhull/
H A Dsimplex.py20 class Simplex(object): class
/dports/math/libnormaliz/normaliz-3.9.0/source/maxsimplex/
H A Dmaxsimplex.cpp23 Cone<Integer> Simplex(Type::polytope, vertices); in rand_simplex() local

1234