Home
last modified time | relevance | path

Searched refs:approximation (Results 1 – 25 of 3969) sorted by relevance

12345678910>>...159

/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/common/
H A Dapproximation.c80 return approximation->frad; in mps_approximation_get_frad()
92 return approximation->status; in mps_approximation_get_status()
98 return approximation->attrs; in mps_approximation_get_attrs()
104 return approximation->inclusion; in mps_approximaiton_get_inclusion()
110 return approximation->again; in mps_approximation_get_again()
133 approximation->wp = mpc_get_prec (approximation->mvalue); in mps_approximation_set_mvalue()
142 approximation->frad = frad; in mps_approximation_set_frad()
148 rdpe_set (approximation->drad, drad); in mps_approximation_set_drad()
154 approximation->status = status; in mps_approximation_set_status()
160 approximation->attrs = attrs; in mps_approximation_set_attrs()
[all …]
/dports/math/mpsolve/mpsolve-3.2.1/include/mps/
H A Dapproximation.h61 void mps_approximation_get_fvalue (mps_context * ctx, mps_approximation * approximation, cplx_t out…
62 void mps_approximation_get_dvalue (mps_context * ctx, mps_approximation * approximation, cdpe_t out…
63 void mps_approximation_get_mvalue (mps_context * ctx, mps_approximation * approximation, mpc_t outp…
64 double mps_approximation_get_frad (mps_context * ctx, mps_approximation * approximation);
65 void mps_approximation_get_drad (mps_context * ctx, mps_approximation * approximation, rdpe_t outpu…
66 mps_root_status mps_approximation_get_status (mps_context * ctx, mps_approximation * approximation);
67 mps_root_attrs mps_approximation_get_attrs (mps_context * ctx, mps_approximation * approximation);
68 …t_inclusion mps_approximaiton_get_inclusion (mps_context * ctx, mps_approximation * approximation);
69 mps_boolean mps_approximation_get_again (mps_context * ctx, mps_approximation * approximation);
75 void mps_approximation_set_frad (mps_context * ctx, mps_approximation * approximation, const double…
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/approximation/
H A D__init__.py13 from networkx.algorithms.approximation.clique import *
14 from networkx.algorithms.approximation.connectivity import *
15 from networkx.algorithms.approximation.distance_measures import *
16 from networkx.algorithms.approximation.dominating_set import *
17 from networkx.algorithms.approximation.kcomponents import *
18 from networkx.algorithms.approximation.matching import *
19 from networkx.algorithms.approximation.ramsey import *
20 from networkx.algorithms.approximation.steinertree import *
22 from networkx.algorithms.approximation.treewidth import *
23 from networkx.algorithms.approximation.vertex_cover import *
[all …]
/dports/math/py-networkx/networkx-2.6.3/doc/reference/algorithms/
H A Dapproximation.rst5 .. automodule:: networkx.algorithms.approximation
10 .. automodule:: networkx.algorithms.approximation.connectivity
21 .. automodule:: networkx.algorithms.approximation.kcomponents
30 .. automodule:: networkx.algorithms.approximation.clique
60 .. automodule:: networkx.algorithms.approximation.dominating_set
69 .. automodule:: networkx.algorithms.approximation.matching
77 .. automodule:: networkx.algorithms.approximation.ramsey
86 .. automodule:: networkx.algorithms.approximation.steinertree
109 .. automodule:: networkx.algorithms.approximation.treewidth
119 .. automodule:: networkx.algorithms.approximation.vertex_cover
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-mtree/src/main/java/de/lmu/ifi/dbs/elki/index/tree/metrical/mtreevariants/mktrees/mkapp/
H A DMkAppLeafEntry.java47 private PolynomialApproximation approximation; field in MkAppLeafEntry
64 …public MkAppLeafEntry(DBID objectID, double parentDistance, PolynomialApproximation approximation)… in MkAppLeafEntry() argument
66 this.approximation = approximation; in MkAppLeafEntry()
77 return approximation.getValueAt(k); in approximatedValueAt()
87 return approximation; in getKnnDistanceApproximation()
96 public void setKnnDistanceApproximation(PolynomialApproximation approximation) { in setKnnDistanceApproximation() argument
97 this.approximation = approximation; in setKnnDistanceApproximation()
110 out.writeObject(approximation); in writeExternal()
125 approximation = (PolynomialApproximation) in.readObject(); in readExternal()
135 return super.toString() + "\napprox " + approximation; in toString()
H A DMkAppDirectoryEntry.java47 private PolynomialApproximation approximation; field in MkAppDirectoryEntry
65 … double parentDistance, int nodeID, double coveringRadius, PolynomialApproximation approximation) { in MkAppDirectoryEntry() argument
67 this.approximation = approximation; in MkAppDirectoryEntry()
78 return approximation.getValueAt(k); in approximatedValueAt()
88 return approximation; in getKnnDistanceApproximation()
97 public void setKnnDistanceApproximation(PolynomialApproximation approximation) { in setKnnDistanceApproximation() argument
98 this.approximation = approximation; in setKnnDistanceApproximation()
111 out.writeObject(approximation); in writeExternal()
126 approximation = (PolynomialApproximation) in.readObject(); in readExternal()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-various/src/main/java/de/lmu/ifi/dbs/elki/index/vafile/
H A DVectorApproximation.java40 int[] approximation; field in VectorApproximation
53 public VectorApproximation(DBID id, int[] approximation) { in VectorApproximation() argument
56 this.approximation = approximation; in VectorApproximation()
72 return approximation.length; in getDimensionality()
82 return approximation[dim]; in getApproximation()
87 return id + " (" + Arrays.toString(approximation) + ")"; in toString()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions-trigonometry.cc205 eo2.approximation = APPROXIMATION_EXACT; in calculate()
248approximation == APPROXIMATION_EXACT, eo.approximation != APPROXIMATION_EXACT, eo.approximation !=… in calculate()
355 eo2.approximation = APPROXIMATION_APPROXIMATE; in calculate()
451 eo2.approximation = APPROXIMATION_EXACT; in calculate()
604 eo2.approximation = APPROXIMATION_APPROXIMATE; in calculate()
690 eo2.approximation = APPROXIMATION_EXACT; in calculate()
725approximation == APPROXIMATION_EXACT, eo.approximation != APPROXIMATION_EXACT, eo.approximation !=… in calculate()
735approximation == APPROXIMATION_EXACT, eo.approximation != APPROXIMATION_EXACT, eo.approximation !=… in calculate()
905 eo2.approximation = APPROXIMATION_EXACT; in calculate()
1080 eo2.approximation = APPROXIMATION_EXACT; in calculate()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/internals/
H A Dminimax.qbk39 approximation: for example if you are approximating a function
45 /R(x)/ is the rational approximation part, usually optimised for a low
86 If an approximation won't converge (a common situation)
92 try a higher value if an approximation won't converge,
94 [[x-offset val][Sets the x-offset to /val/: the approximation will
100 [[x-scale val][Sets the x-scale to /val/: the approximation will
106 [[y-offset val][Sets the y-offset to /val/: the approximation will
116 in your code). The approximation will
125 the error function of the approximation,
136 approximation, and at the zeros of the error function.]]
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/internals/
H A Dminimax.qbk39 approximation: for example if you are approximating a function
45 /R(x)/ is the rational approximation part, usually optimised for a low
86 If an approximation won't converge (a common situation)
92 try a higher value if an approximation won't converge,
94 [[x-offset val][Sets the x-offset to /val/: the approximation will
100 [[x-scale val][Sets the x-scale to /val/: the approximation will
106 [[y-offset val][Sets the y-offset to /val/: the approximation will
116 in your code). The approximation will
125 the error function of the approximation,
136 approximation, and at the zeros of the error function.]]
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/math/doc/internals/
H A Dminimax.qbk41 approximation: for example if you are approximating a function
47 /R(x)/ is the rational approximation part, usually optimised for a low
88 If an approximation won't converge (a common situation)
94 try a higher value if an approximation won't converge,
96 [[x-offset val][Sets the x-offset to /val/: the approximation will
102 [[x-scale val][Sets the x-scale to /val/: the approximation will
108 [[y-offset val][Sets the y-offset to /val/: the approximation will
118 in your code). The approximation will
127 the error function of the approximation,
138 approximation, and at the zeros of the error function.]]
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/math/doc/internals/
H A Dminimax.qbk41 approximation: for example if you are approximating a function
47 /R(x)/ is the rational approximation part, usually optimised for a low
88 If an approximation won't converge (a common situation)
94 try a higher value if an approximation won't converge,
96 [[x-offset val][Sets the x-offset to /val/: the approximation will
102 [[x-scale val][Sets the x-scale to /val/: the approximation will
108 [[y-offset val][Sets the y-offset to /val/: the approximation will
118 in your code). The approximation will
127 the error function of the approximation,
138 approximation, and at the zeros of the error function.]]
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/math/doc/internals/
H A Dminimax.qbk41 approximation: for example if you are approximating a function
47 /R(x)/ is the rational approximation part, usually optimised for a low
88 If an approximation won't converge (a common situation)
94 try a higher value if an approximation won't converge,
96 [[x-offset val][Sets the x-offset to /val/: the approximation will
102 [[x-scale val][Sets the x-scale to /val/: the approximation will
108 [[y-offset val][Sets the y-offset to /val/: the approximation will
118 in your code). The approximation will
127 the error function of the approximation,
138 approximation, and at the zeros of the error function.]]
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/math/doc/internals/
H A Dminimax.qbk41 approximation: for example if you are approximating a function
47 /R(x)/ is the rational approximation part, usually optimised for a low
88 If an approximation won't converge (a common situation)
94 try a higher value if an approximation won't converge,
96 [[x-offset val][Sets the x-offset to /val/: the approximation will
102 [[x-scale val][Sets the x-scale to /val/: the approximation will
108 [[y-offset val][Sets the y-offset to /val/: the approximation will
118 in your code). The approximation will
127 the error function of the approximation,
138 approximation, and at the zeros of the error function.]]
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/math/doc/internals/
H A Dminimax.qbk39 approximation: for example if you are approximating a function
45 /R(x)/ is the rational approximation part, usually optimised for a low
86 If an approximation won't converge (a common situation)
92 try a higher value if an approximation won't converge,
94 [[x-offset val][Sets the x-offset to /val/: the approximation will
100 [[x-scale val][Sets the x-scale to /val/: the approximation will
106 [[y-offset val][Sets the y-offset to /val/: the approximation will
116 in your code). The approximation will
125 the error function of the approximation,
136 approximation, and at the zeros of the error function.]]
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/math/doc/internals/
H A Dminimax.qbk41 approximation: for example if you are approximating a function
47 /R(x)/ is the rational approximation part, usually optimised for a low
88 If an approximation won't converge (a common situation)
94 try a higher value if an approximation won't converge,
96 [[x-offset val][Sets the x-offset to /val/: the approximation will
102 [[x-scale val][Sets the x-scale to /val/: the approximation will
108 [[y-offset val][Sets the y-offset to /val/: the approximation will
118 in your code). The approximation will
127 the error function of the approximation,
138 approximation, and at the zeros of the error function.]]
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/math/doc/internals/
H A Dminimax.qbk39 approximation: for example if you are approximating a function
45 /R(x)/ is the rational approximation part, usually optimised for a low
86 If an approximation won't converge (a common situation)
92 try a higher value if an approximation won't converge,
94 [[x-offset val][Sets the x-offset to /val/: the approximation will
100 [[x-scale val][Sets the x-scale to /val/: the approximation will
106 [[y-offset val][Sets the y-offset to /val/: the approximation will
116 in your code). The approximation will
125 the error function of the approximation,
136 approximation, and at the zeros of the error function.]]
[all …]
/dports/math/openturns/openturns-1.18/python/src/
H A DQuadraticLeastSquares_doc.i.in23 Taylor approximations, one may seek a *global* approximation of
25 this end is global polynomial approximation.
27 We consider here a global approximation of the model response using a
112 "Get the constant vector of the approximation.
117 Constant vector of the approximation, equal to :math:`a_0`."
153 "Get the linear matrix of the approximation.
158 Linear matrix of the approximation of the function :math:`h`."
163 "Get the quadratic term of the approximation.
173 "Get an approximation of the function.
177 approximation : :class:`~openturns.Function`
[all …]
H A DLinearLeastSquares_doc.i.in22 approximation around a given set :math:`\vect{x}_0` of input parameters as in
23 Taylor approximations, one may seek a *global* approximation of
25 this end is global polynomial approximation.
27 We consider here a global approximation of the model response using a linear
110 "Get the constant vector of the approximation.
115 Constant vector of the approximation, equal to :math:`a_0`."
151 "Get the linear matrix of the approximation.
156 Linear matrix of the approximation of the function :math:`h`."
161 "Get an approximation of the function.
165 approximation : :class:`~openturns.Function`
[all …]
/dports/lang/ocaml/ocaml-4.05.0/middle_end/
H A Dsimple_value_approx.mli47 At a high level, an approximation for a value [v] has three parts:
62 [descr] field in its approximation relative to the approximation for [v].
71 approximation is being constructed. If [T] is non-empty then the
170 (** Extraction of the description of approximation(s). *)
213 (** Construct a closure approximation given the approximation of the
261 (** Replace the description within an approximation. *)
276 (** An approximation is "known" iff it is not [Value_unknown]. *)
320 (** If the given approximation identifies another variable and
336 an appropriate approximation for that field of the block (or
352 the given approximation. *)
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/middle_end/
H A Dsimple_value_approx.mli47 At a high level, an approximation for a value [v] has three parts:
62 [descr] field in its approximation relative to the approximation for [v].
71 approximation is being constructed. If [T] is non-empty then the
170 (** Extraction of the description of approximation(s). *)
213 (** Construct a closure approximation given the approximation of the
261 (** Replace the description within an approximation. *)
276 (** An approximation is "known" iff it is not [Value_unknown]. *)
320 (** If the given approximation identifies another variable and
336 an appropriate approximation for that field of the block (or
352 the given approximation. *)
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dmulti_agg_approximate_distinct_0.out53 ERROR: cannot compute count (distinct) approximation
57 ERROR: cannot compute count (distinct) approximation
61 ERROR: cannot compute count (distinct) approximation
64 ERROR: cannot compute count (distinct) approximation
67 ERROR: cannot compute count (distinct) approximation
70 ERROR: cannot compute count (distinct) approximation
74 ERROR: cannot compute count (distinct) approximation
77 ERROR: cannot compute count (distinct) approximation
80 ERROR: cannot compute count (distinct) approximation
86 ERROR: cannot compute count (distinct) approximation
[all …]
/dports/science/py-ase/ase-3.22.0/ase/test/vibrations/
H A Dtest_albrecht.py33 approximation='Albrecht A', txt=None) as ao:
38 name=rrname, approximation='Albrecht A', txt=None) as al:
50 approximation='Albrecht A', txt=None) as ao:
54 name=rrname, approximation='Albrecht A', txt=None) as al:
66 approximation='Albrecht A', txt=None) as ao:
77 approximation='Albrecht B', txt=None) as ao:
82 approximation='Albrecht A', txt=None) as ao:
H A Dtest_profeta_albrecht.py30 approximation='p-p', txt=None) as pr:
34 approximation='Albrecht A', txt=None) as al:
41 pr.approximation = 'Profeta'
43 al.approximation = 'Albrecht BC'
50 pr.approximation = 'Placzek'
52 al.approximation = 'Albrecht'
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dnumeric.spad15 ++ numeric(x) returns a real approximation of x.
20 ++ complexNumeric(x) returns a complex approximation of x.
26 ++ complexNumeric(x) returns a complex approximation of x.
31 ++ complexNumeric(x) returns a complex approximation of x.
37 ++ numeric(x) returns a real approximation of x.
42 ++ complexNumeric(x) returns a complex approximation of x.
48 ++ numeric(x) returns a real approximation of x.
64 ++ numeric(x) returns a real approximation of x.
87 ++ numericIfCan(x) returns a real approximation of x,
100 ++ numericIfCan(x) returns a real approximation of x,
[all …]

12345678910>>...159