Home
last modified time | relevance | path

Searched refs:multiplicative (Results 51 – 75 of 2529) sorted by relevance

12345678910>>...102

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/KeywordMetadata/
H A Dmodel-surrogate-hierarchical-correction-multiplicative1 DUPLICATE-multiplicative
H A DDUPLICATE-multiplicative5 Use a multiplicative correction factor to improve the local accuracy
/dports/math/R-cran-forecast/forecast/man/
H A Dforecast.mts.Rd20 allow.multiplicative.trend = FALSE,
52 \item{allow.multiplicative.trend}{If TRUE, then ETS models with
53 multiplicative trends are allowed. Otherwise, only additive or no trend ETS
H A Dforecast.stl.Rd22 allow.multiplicative.trend = FALSE,
37 allow.multiplicative.trend = FALSE,
50 allow.multiplicative.trend = FALSE,
104 \item{allow.multiplicative.trend}{If TRUE, then ETS models with
105 multiplicative trends are allowed. Otherwise, only additive or no trend ETS
/dports/math/pari/pari-2.13.3/src/functions/elliptic_curves/
H A Dellztopoint13 \item If $E$ is defined over a $p$-adic field and has multiplicative
19 %2 = "t_PADIC" \\ split multiplicative reduction
/dports/math/R-cran-pls/pls/man/
H A Dmsc.Rd31 Both \code{msc} and \code{predict.msc} return a multiplicative
38 Performs multiplicative scatter/signal correction on a data matrix.
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/gap/semigroups/
H A Dsemigrp.gi185 "for a finite multiplicative element collection",
189 "for a finite multiplicative element collection",
196 "for a finite multiplicative element collection and record",
236 "for a finite multiplicative element collection",
243 "for a finite multiplicative element collection and record",
300 "for a finite multiplicative element collection and record",
351 "for a finite multiplicative element collection and record",
427 "for a semigroup and finite multiplicative element collection",
453 "for a semigroup, multiplicative element, and record",
467 "for a semigroup, finite multiplicative element collection, and record",
[all …]
/dports/lang/parrot/parrot-8.1.0/examples/languages/squaak/doc/
H A Dtutorial_episode_7.pod137 Squaak::Grammar.O(':prec<u>, :assoc<lefT>', '%multiplicative');
142 C<%multiplicative>). Each of them has a ":prec" value and an ":assoc" value. ":prec" determines the
144 with a precedence value of "t", have lower precedence than C<%multiplicative> operators with a
150 token infix:sym<*> { <sym> <O('%multiplicative, :pirop<mul>')> }
155 of the C<%multiplicative> group of operators. The ":pirop" value specifies that the operator should
196 Squaak::Grammar.O(':prec<u>, :assoc<left>', '%multiplicative');
209 token infix:sym<*> { <sym> <O('%multiplicative, :pirop<mul>')> }
380 Squaak::Grammar.O(':prec<u>, :assoc<left>', '%multiplicative');
392 token infix:sym<*> { <sym> <O('%multiplicative, :pirop<mul>')> }
393 token infix:sym<%> { <sym> <O('%multiplicative, :pirop<mod>')> }
[all …]
/dports/science/hypre/hypre-2.23.0/src/docs/usr-manual/
H A Dsolvers-ads.rst82 multiplicative fashion.
128 * ``cycle_type=1``: multiplicative solver :math:`(01210)`
130 * ``cycle_type=3``: multiplicative solver :math:`(02120)`
132 * ``cycle_type=5``: multiplicative solver :math:`(0102010)`
134 * ``cycle_type=7``: multiplicative solver :math:`(0201020)`
136 * ``cycle_type=11``: multiplicative solver :math:`(013454310)`
138 * ``cycle_type=13``: multiplicative solver :math:`(034515430)`
149 multiplicative subspace correction based on solvers :math:`x`, :math:`y`,
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/gap/congruences/
H A Dcongfpmon.gi173 "for fp monoid congruence and two multiplicative elements",
180 "for an fp monoid congruence and a multiplicative element",
196 "for an fp monoid congruence and multiplicative element",
207 "for an fp monoid congruence and multiplicative element",
223 "for a multiplicative element and an fp monoid congruence class",
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Ddirichlet.spad61 multiplicative? : (%, PI) -> Boolean
62 ++ multiplicative?(a, n) returns true if the first
63 ++ n coefficients of a are multiplicative
144 multiplicative?(a, n) ==
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex20options9 -pc_mg_type multiplicative
/dports/emulators/mess/mame-mame0226/bgfx/effects/
H A Dgui_multiply.json5 // gui_multiply.json: Generic multiplicative blend shader
/dports/emulators/mame/mame-mame0226/bgfx/effects/
H A Dgui_multiply.json5 // gui_multiply.json: Generic multiplicative blend shader
/dports/math/gap/gap-4.11.0/pkg/circle-1.6.3/
H A DPackageInfo.g69multiplicative groups, generated by such objects, and compute groups of elements, invertible with …
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/doc/
H A Dgalois_field.tex38 multiplicative group $\GF(q)^*$. However, this factorization is computed only when explicitely
65 $\mathit{fact}$ of the number of elements in the multiplicative group of the constructed
111 returns a generator of the multiplicative group of $f$.
119 returns the prime factorization of the number of elements in the multiplicative group of $f$.
/dports/math/cadabra2/cadabra2-2.3.6.8/core/properties/
H A DWeightInherit.hh26 enum CombinationType { multiplicative, additive, power } combination_type; enumerator
/dports/science/py-cirq-aqt/Cirq-0.12.0/docs/tutorials/
H A Dshor.ipynb132 "be the multiplicative group modulo $n$.\n",
169 " \"\"\"Returns the multiplicative group modulo n.\n",
172 " n: Modulus of the multiplicative group.\n",
188 "For example, the multiplicative group modulo $n = 15$ is shown below."
199 "\"\"\"Example of a multiplicative group.\"\"\"\n",
201 "print(f\"The multiplicative group modulo n = {n} is:\")\n",
255 " n: Modulus of the multiplicative group.\n",
295 "n = 15 # The multiplicative group is [1, 2, 4, 7, 8, 11, 13, 14].\n",
641 "# Pick some element of the multiplicative group modulo n.\n",
914 " n: modulus of the multiplicative group.\n",
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/docs/tutorials/
H A Dshor.ipynb132 "be the multiplicative group modulo $n$.\n",
169 " \"\"\"Returns the multiplicative group modulo n.\n",
172 " n: Modulus of the multiplicative group.\n",
188 "For example, the multiplicative group modulo $n = 15$ is shown below."
199 "\"\"\"Example of a multiplicative group.\"\"\"\n",
201 "print(f\"The multiplicative group modulo n = {n} is:\")\n",
255 " n: Modulus of the multiplicative group.\n",
295 "n = 15 # The multiplicative group is [1, 2, 4, 7, 8, 11, 13, 14].\n",
641 "# Pick some element of the multiplicative group modulo n.\n",
914 " n: modulus of the multiplicative group.\n",
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/docs/tutorials/
H A Dshor.ipynb132 "be the multiplicative group modulo $n$.\n",
169 " \"\"\"Returns the multiplicative group modulo n.\n",
172 " n: Modulus of the multiplicative group.\n",
188 "For example, the multiplicative group modulo $n = 15$ is shown below."
199 "\"\"\"Example of a multiplicative group.\"\"\"\n",
201 "print(f\"The multiplicative group modulo n = {n} is:\")\n",
255 " n: Modulus of the multiplicative group.\n",
295 "n = 15 # The multiplicative group is [1, 2, 4, 7, 8, 11, 13, 14].\n",
641 "# Pick some element of the multiplicative group modulo n.\n",
914 " n: modulus of the multiplicative group.\n",
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/docs/tutorials/
H A Dshor.ipynb132 "be the multiplicative group modulo $n$.\n",
169 " \"\"\"Returns the multiplicative group modulo n.\n",
172 " n: Modulus of the multiplicative group.\n",
188 "For example, the multiplicative group modulo $n = 15$ is shown below."
199 "\"\"\"Example of a multiplicative group.\"\"\"\n",
201 "print(f\"The multiplicative group modulo n = {n} is:\")\n",
255 " n: Modulus of the multiplicative group.\n",
295 "n = 15 # The multiplicative group is [1, 2, 4, 7, 8, 11, 13, 14].\n",
641 "# Pick some element of the multiplicative group modulo n.\n",
914 " n: modulus of the multiplicative group.\n",
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/docs/tutorials/
H A Dshor.ipynb132 "be the multiplicative group modulo $n$.\n",
169 " \"\"\"Returns the multiplicative group modulo n.\n",
172 " n: Modulus of the multiplicative group.\n",
188 "For example, the multiplicative group modulo $n = 15$ is shown below."
199 "\"\"\"Example of a multiplicative group.\"\"\"\n",
201 "print(f\"The multiplicative group modulo n = {n} is:\")\n",
255 " n: Modulus of the multiplicative group.\n",
295 "n = 15 # The multiplicative group is [1, 2, 4, 7, 8, 11, 13, 14].\n",
641 "# Pick some element of the multiplicative group modulo n.\n",
914 " n: modulus of the multiplicative group.\n",
[all …]
/dports/math/gap/gap-4.11.0/lib/
H A Darith.gi16 InstallOtherMethod(One, "for a multiplicative element with one collection",
317 "for a multiplicative-element-with-one (look at the family)",
338 "for a multiplicative-element-with-one (look at the family)",
359 "for a multiplicative-element-with-one",
442 "for ext. r elm., and multiplicative-element-with-inverse",
447 "for multiplicative grvs which might not be IsExtRElement",
468 "for multiplicative-element-with-inverse, and ext. l elm.",
853 InstallMethod(IsIdempotent,"multiplicative element",
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-63/doc/
H A Dresults.dox160 On the other hand, the situation is different for multiplicative smoothers:
289 multiplicative methods are able to capture.
291 This feature of multiplicative methods is, however, dependent on the
297 PDE and multiplicative methods with the right renumbering become
434 We see that for $Q_1$, both multiplicative smoothers require a smaller
493 <li> For a mesh distributed in parallel, multiplicative methods cannot
507 a multiplicative smoother is applied on each subdomain, but as you
544 multiplicative methods and observe for which values renumbering no
/dports/math/R/R-4.1.2/src/library/stats/man/
H A DHoltWinters.Rd18 seasonal = c("additive", "multiplicative"),
32 (the default) or \code{"multiplicative"} seasonal model. The first
62 The multiplicative Holt-Winters prediction function (for time series
73 The data in \code{x} are required to be non-zero for a multiplicative

12345678910>>...102