Home
last modified time | relevance | path

Searched refs:Dual (Results 1 – 25 of 4319) sorted by relevance

12345678910>>...173

/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/num/dualcmplx/
H A Ddual_test.go206 {Dual: 1 + 1i},
207 {Dual: 1 + 2i},
208 {Dual: 2 + 1i},
209 {Dual: 2 + 2i},
210 {Dual: 1 + 1i},
211 {Dual: 1 + 5i},
212 {Dual: 5 + 1i},
267 {d: Number{Dual: 1}, p: 0.1, want: Number{Dual: cmplx.Inf()}},
268 {d: Number{Dual: 1}, p: -1, want: Number{Dual: cmplx.Inf()}},
271 {d: Number{Dual: 1i}, p: 0.1, want: Number{Dual: cmplx.Inf()}},
[all …]
H A Ddual.go16 Real, Dual complex128 member
78 Dual: x.Dual + y.Dual,
86 Dual: x.Dual - y.Dual,
94 Dual: x.Real*y.Dual + x.Dual*cmplx.Conj(y.Real),
102 Dual: -d.Dual / (d.Real * cmplx.Conj(d.Real)),
110 Dual: d.Dual,
225 return Number{Real: fn, Dual: fn * d.Dual}
230 Dual: ((fn - cmplx.Exp(conj)) / (d.Real - conj)) * d.Dual,
252 Dual: d.Dual / d.Real,
257 Dual: 0,
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/num/dualquat/
H A Ddual_test.go179 {d: Number{Real: zeroQuat, Dual: one}, p: 0, want: Number{Real: oneReal, Dual: zeroQuat}},
189 {d: Number{Real: oneReal, Dual: one}, p: 0, want: Number{Real: oneReal, Dual: zeroQuat}},
190 {d: Number{Real: oneReal, Dual: one}, p: 1, want: Number{Real: oneReal, Dual: one}},
191 {d: Number{Real: oneReal, Dual: one}, p: 2, want: Number{Real: oneReal, Dual: two}},
192 {d: Number{Real: oneReal, Dual: one}, p: 3, want: Number{Real: oneReal, Dual: three}},
193 {d: Number{Real: oneReal, Dual: two}, p: 0, want: Number{Real: oneReal, Dual: zeroQuat}},
194 {d: Number{Real: oneReal, Dual: two}, p: 1, want: Number{Real: oneReal, Dual: two}},
195 {d: Number{Real: oneReal, Dual: two}, p: 2, want: Number{Real: oneReal, Dual: four}},
196 {d: Number{Real: oneReal, Dual: two}, p: 3, want: Number{Real: oneReal, Dual: six}},
201 {d: Number{Real: zeroQuat, Dual: one}, p: 1, want: Number{Real: zeroQuat, Dual: one}},
[all …]
H A Ddual.go19 Real, Dual quat.Number member
44 fmt.Fprintf(fs, "{Real:%+v, Dual:%+v}", d.Real, d.Dual)
86 Dual: quat.Add(x.Dual, y.Dual),
94 Dual: quat.Sub(x.Dual, y.Dual),
102 Dual: quat.Add(quat.Mul(x.Real, y.Dual), quat.Mul(x.Dual, y.Real)),
110 Dual: quat.Scale(-1, quat.Mul(d.Dual, quat.Inv(quat.Mul(d.Real, d.Real)))),
118 Dual: quat.Scale(-1, quat.Conj(d.Dual)),
126 Dual: quat.Scale(-1, d.Dual),
134 Dual: quat.Conj(d.Dual),
140 return Number{Real: quat.Scale(f, d.Real), Dual: quat.Scale(f, d.Dual)}
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/num/dualquat/
H A Ddual_test.go178 {d: Number{Real: zeroQuat, Dual: one}, p: 0, want: Number{Real: oneReal, Dual: zeroQuat}},
188 {d: Number{Real: oneReal, Dual: one}, p: 0, want: Number{Real: oneReal, Dual: zeroQuat}},
189 {d: Number{Real: oneReal, Dual: one}, p: 1, want: Number{Real: oneReal, Dual: one}},
190 {d: Number{Real: oneReal, Dual: one}, p: 2, want: Number{Real: oneReal, Dual: two}},
191 {d: Number{Real: oneReal, Dual: one}, p: 3, want: Number{Real: oneReal, Dual: three}},
192 {d: Number{Real: oneReal, Dual: two}, p: 0, want: Number{Real: oneReal, Dual: zeroQuat}},
193 {d: Number{Real: oneReal, Dual: two}, p: 1, want: Number{Real: oneReal, Dual: two}},
194 {d: Number{Real: oneReal, Dual: two}, p: 2, want: Number{Real: oneReal, Dual: four}},
195 {d: Number{Real: oneReal, Dual: two}, p: 3, want: Number{Real: oneReal, Dual: six}},
200 {d: Number{Real: zeroQuat, Dual: one}, p: 1, want: Number{Real: zeroQuat, Dual: one}},
[all …]
H A Ddual.go19 Real, Dual quat.Number member
41 fmt.Fprintf(fs, "{Real:%+v, Dual:%+v}", d.Real, d.Dual)
83 Dual: quat.Add(x.Dual, y.Dual),
91 Dual: quat.Sub(x.Dual, y.Dual),
99 Dual: quat.Add(quat.Mul(x.Real, y.Dual), quat.Mul(x.Dual, y.Real)),
107 Dual: quat.Scale(-1, quat.Mul(d.Dual, quat.Inv(quat.Mul(d.Real, d.Real)))),
115 Dual: quat.Scale(-1, quat.Conj(d.Dual)),
123 Dual: quat.Scale(-1, d.Dual),
131 Dual: quat.Conj(d.Dual),
137 return Number{Real: quat.Scale(f, d.Real), Dual: quat.Scale(f, d.Dual)}
[all …]
H A Ddual_fike.go75 if d.Dual == zeroQuat {
78 return Number{Real: quat.Inf(), Dual: quat.Inf()}
80 return Number{Real: zeroQuat, Dual: quat.NaN()}
83 return Number{Real: zeroQuat, Dual: quat.NaN()}
85 if d.Dual == zeroQuat {
88 return Number{Real: quat.Inf(), Dual: quat.Inf()}
93 Dual: quat.Mul(d.Dual, deriv),
124 Dual: quat.Mul(fnDeriv, d.Dual),
140 Dual: quat.Inf(),
145 Dual: zeroQuat,
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A DDual.h51 class Dual
60 Dual(const Primal& primal) in Dual() function
75 { return Dual<Primal>(primal); } in dual()
306 const Dual<P>& dual)
320 const Dual<P>& dual)
328 const Dual<P>& dual)
337 const Dual<P>& dual)
347 const Dual<P>& dual)
356 const Dual<P>& dual)
365 const Dual<P>& dual)
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Ddual.h45 class Dual
63 explicit Dual(const Dual<U>& rhs);
77 friend class Dual;
90 typedef Dual<float> Dual1f;
91 typedef Dual<double> Dual1d;
93 typedef Dual<Vector2f> Dual2f;
94 typedef Dual<Vector2d> Dual2d;
96 typedef Dual<Vector3f> Dual3f;
105 inline Dual<T>::Dual(const T& value) in Dual() function
112 inline Dual<T>::Dual(const T& value, const T& dx, const T& dy) in Dual() function
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Ddual_vec.h59 make_Vec3 (const Dual<Vec3::BaseType,P> &x, const Dual<Vec3::BaseType,P> &y, const Dual<Vec3::BaseT…
85 make_Vec3 (const Dual<Vec3::BaseType,P> &x, const Dual<Vec3::BaseType,P> &y)
105 make_Color3 (const Dual<Color3::BaseType,P> &x, const Dual<Color3::BaseType,P> &y, const Dual<Color…
306 Dual<Vec3,P>
322 Dual<Color3,P>
360 const Dual<Vec3,P> &in, Dual<Vec3,P> &out)
390 const Dual<Vec3,P> &in, Dual<Vec3,P> &out)
412 dot (const Dual<Vec3,P> &a, const Dual<Vec3,P> &b)
451 dot (const Dual<Vec2,P> &a, const Dual<Vec2,P> &b)
490 cross (const Dual<Vec3,P> &a, const Dual<Vec3,P> &b)
[all …]
H A Ddual.h433 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P>& operator+= (Dual<T,P> &a, const Dual<T,P> &b)
485 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P>& operator-= (Dual<T,P> &a, const Dual<T,P> &b)
520 operator* (const Dual<T,P> &a, const Dual<S,P> &b) -> Dual<decltype(a.val()*b.val()),P>
785 dualfunc (const Dual<T,P>& u, const Dual<T,P>& v,
800 dualfunc (const Dual<T,P>& u, const Dual<T,P>& v, const Dual<T,P>& w,
1018 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P> atan2 (const Dual<T,P> &y, const Dual<T,P> &x)
1026 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P> fast_atan2(const Dual<T,P> &y, const Dual<T,P> &x)
1059 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P> safe_pow (const Dual<T,P> &u, const Dual<T,P> &v)
1267 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P> mix (const Dual<T,P> &x, const Dual<T,P> &y, const Dual<T,…
1305 safe_fmod (const Dual<T,P>& a, const Dual<T,P>& b)
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Ddual_vec.h59 make_Vec3 (const Dual<Vec3::BaseType,P> &x, const Dual<Vec3::BaseType,P> &y, const Dual<Vec3::BaseT…
85 make_Vec3 (const Dual<Vec3::BaseType,P> &x, const Dual<Vec3::BaseType,P> &y)
105 make_Color3 (const Dual<Color3::BaseType,P> &x, const Dual<Color3::BaseType,P> &y, const Dual<Color…
306 Dual<Vec3,P>
322 Dual<Color3,P>
360 const Dual<Vec3,P> &in, Dual<Vec3,P> &out)
390 const Dual<Vec3,P> &in, Dual<Vec3,P> &out)
412 dot (const Dual<Vec3,P> &a, const Dual<Vec3,P> &b)
451 dot (const Dual<Vec2,P> &a, const Dual<Vec2,P> &b)
490 cross (const Dual<Vec3,P> &a, const Dual<Vec3,P> &b)
[all …]
H A Ddual.h433 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P>& operator+= (Dual<T,P> &a, const Dual<T,P> &b)
485 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P>& operator-= (Dual<T,P> &a, const Dual<T,P> &b)
520 operator* (const Dual<T,P> &a, const Dual<S,P> &b) -> Dual<decltype(a.val()*b.val()),P>
785 dualfunc (const Dual<T,P>& u, const Dual<T,P>& v,
800 dualfunc (const Dual<T,P>& u, const Dual<T,P>& v, const Dual<T,P>& w,
1018 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P> atan2 (const Dual<T,P> &y, const Dual<T,P> &x)
1026 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P> fast_atan2(const Dual<T,P> &y, const Dual<T,P> &x)
1059 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P> safe_pow (const Dual<T,P> &u, const Dual<T,P> &v)
1267 OSL_HOSTDEVICE OSL_FORCEINLINE Dual<T,P> mix (const Dual<T,P> &x, const Dual<T,P> &y, const Dual<T,…
1305 safe_fmod (const Dual<T,P>& a, const Dual<T,P>& b)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/semigroupoids-5.3.4/src/Data/Semigroupoid/
H A DDual.hs17 module Data.Semigroupoid.Dual (Dual(..)) where
23 newtype Dual k a b = Dual { getDual :: k b a } constructor
25 instance Semigroupoid k => Semigroupoid (Dual k) where
26 Dual f `o` Dual g = Dual (g `o` f) function
28 instance Category k => Category (Dual k) where
29 id = Dual id
30 Dual f . Dual g = Dual (g . f) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/semigroupoids-5.3.4/src/Data/Semigroupoid/
H A DDual.hs17 module Data.Semigroupoid.Dual (Dual(..)) where
23 newtype Dual k a b = Dual { getDual :: k b a } type
25 instance Semigroupoid k => Semigroupoid (Dual k) where
26 Dual f `o` Dual g = Dual (g `o` f) function
28 instance Category k => Category (Dual k) where
29 id = Dual id
30 Dual f . Dual g = Dual (g . f) function
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/semigroupoids-5.3.4/src/Data/Semigroupoid/
H A DDual.hs17 module Data.Semigroupoid.Dual (Dual(..)) where
23 newtype Dual k a b = Dual { getDual :: k b a } type
25 instance Semigroupoid k => Semigroupoid (Dual k) where
26 Dual f `o` Dual g = Dual (g `o` f) function
28 instance Category k => Category (Dual k) where
29 id = Dual id
30 Dual f . Dual g = Dual (g . f) function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/semigroupoids-5.3.4/src/Data/Semigroupoid/
H A DDual.hs17 module Data.Semigroupoid.Dual (Dual(..)) where
23 newtype Dual k a b = Dual { getDual :: k b a } constructor
25 instance Semigroupoid k => Semigroupoid (Dual k) where
26 Dual f `o` Dual g = Dual (g `o` f) function
28 instance Category k => Category (Dual k) where
29 id = Dual id
30 Dual f . Dual g = Dual (g . f) function
/dports/devel/stack/stack-2.7.3/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs22 module Data.Semigroupoid.Dual (Dual(..)) where
28 newtype Dual k a b = Dual { getDual :: k b a } function
30 instance Semigroupoid k => Semigroupoid (Dual k) where
31 Dual f `o` Dual g = Dual (g `o` f) function
33 instance Category k => Category (Dual k) where
34 id = Dual id
35 Dual f . Dual g = Dual (g . f) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs22 module Data.Semigroupoid.Dual (Dual(..)) where
28 newtype Dual k a b = Dual { getDual :: k b a } type
30 instance Semigroupoid k => Semigroupoid (Dual k) where
31 Dual f `o` Dual g = Dual (g `o` f) function
33 instance Category k => Category (Dual k) where
34 id = Dual id
35 Dual f . Dual g = Dual (g . f) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs22 module Data.Semigroupoid.Dual (Dual(..)) where
28 newtype Dual k a b = Dual { getDual :: k b a } type
30 instance Semigroupoid k => Semigroupoid (Dual k) where
31 Dual f `o` Dual g = Dual (g `o` f) function
33 instance Category k => Category (Dual k) where
34 id = Dual id
35 Dual f . Dual g = Dual (g . f) function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs22 module Data.Semigroupoid.Dual (Dual(..)) where
28 newtype Dual k a b = Dual { getDual :: k b a } type
30 instance Semigroupoid k => Semigroupoid (Dual k) where
31 Dual f `o` Dual g = Dual (g `o` f) function
33 instance Category k => Category (Dual k) where
34 id = Dual id
35 Dual f . Dual g = Dual (g . f) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs22 module Data.Semigroupoid.Dual (Dual(..)) where
28 newtype Dual k a b = Dual { getDual :: k b a } type
30 instance Semigroupoid k => Semigroupoid (Dual k) where
31 Dual f `o` Dual g = Dual (g `o` f) function
33 instance Category k => Category (Dual k) where
34 id = Dual id
35 Dual f . Dual g = Dual (g . f) function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/semigroupoids-5.3.6/src/Data/Semigroupoid/
H A DDual.hs22 module Data.Semigroupoid.Dual (Dual(..)) where
28 newtype Dual k a b = Dual { getDual :: k b a } function
30 instance Semigroupoid k => Semigroupoid (Dual k) where
31 Dual f `o` Dual g = Dual (g `o` f) function
33 instance Category k => Category (Dual k) where
34 id = Dual id
35 Dual f . Dual g = Dual (g . f) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/semigroupoids-5.3.5/src/Data/Semigroupoid/
H A DDual.hs22 module Data.Semigroupoid.Dual (Dual(..)) where
28 newtype Dual k a b = Dual { getDual :: k b a } function
30 instance Semigroupoid k => Semigroupoid (Dual k) where
31 Dual f `o` Dual g = Dual (g `o` f) function
33 instance Category k => Category (Dual k) where
34 id = Dual id
35 Dual f . Dual g = Dual (g . f) function
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-summary/samples/Linux/004/
H A Dfio-0043 Dual:Controller:Adapter::0_modules fct0 fct1
4 Dual:Controller:Adapter::0_fct0_attached_as Attached as 'fioa' (block device)
5 Dual:Controller:Adapter::0_fct0_general SN:1150D0121-1121
6 Dual:Controller:Adapter::0_fct0_firmware Firmware v7.0.0, rev 107322 Public
8 Dual:Controller:Adapter::0_fct0_temperature Internal temperature: 51.68 degC, max 58.08 degC
9 Dual:Controller:Adapter::0_fct0_rated_pbw Rated PBW: 17.00 PB, 98.41% remaining
10 Dual:Controller:Adapter::0_fct1_attached_as Attached as 'fiob' (block device)
11 Dual:Controller:Adapter::0_fct1_general SN:1150D0121-1111
12 Dual:Controller:Adapter::0_fct1_firmware Firmware v7.0.0, rev 107322 Public
15 Dual:Controller:Adapter::0_fct1_rated_pbw Rated PBW: 17.00 PB, 98.95% remaining
[all …]

12345678910>>...173