Home
last modified time | relevance | path

Searched refs:conjugate (Results 1 – 25 of 31) sorted by relevance

12

/third_party/python/Lib/test/
Dtest_abstract_numbers.py15 self.assertEqual(7, int(7).conjugate())
16 self.assertEqual(-7, int(-7).conjugate())
26 self.assertEqual(7.3, float(7.3).conjugate())
27 self.assertEqual(-7.3, float(-7.3).conjugate())
Dtest_complex.py306 self.assertClose(complex(5.3, 9.8).conjugate(), 5.3-9.8j)
Dtest_decimal.py2657 self.assertEqual(x.conjugate(), x)
2750 self.assertRaises(TypeError, D(1).conjugate, context=xc)
/third_party/boost/libs/qvm/test/
Dconjugate_test.cpp24 test_same_type(x,conjugate(x)); in test()
26 test_qvm::quaternion<Q1> y=conjugate(x); in test()
30 test_qvm::quaternion<Q1> y=conjugate(qref(x)); in test()
/third_party/python/Doc/library/
Dnumbers.rst30 ``-``, ``*``, ``/``, ``**``, :func:`abs`, :meth:`conjugate`, ``==``, and
41 .. abstractmethod:: conjugate()
43 Abstract. Returns the complex conjugate. For example, ``(1+3j).conjugate()
56 :attr:`~Complex.imag`, and :meth:`~Complex.conjugate`.
Dstdtypes.rst305 | ``c.conjugate()`` | conjugate of the complex number | | |
317 single: conjugate() (complex number method)
/third_party/python/Lib/
Dnumbers.py135 def conjugate(self): member in Complex
260 def conjugate(self): member in Real
D_pydecimal.py1643 def conjugate(self): member in Decimal
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_quat.hpp259 detail::fquatSIMD conjugate(
Ddual_quaternion.inl246 const glm::tquat<T, P> real = conjugate(q.real);
247 const glm::tquat<T, P> dual = conjugate(q.dual);
Dsimd_quat.inl558 GLM_FUNC_QUALIFIER detail::fquatSIMD conjugate function
571 return conjugate(q) / dot(q, q);
/third_party/boost/libs/math/doc/octonion/
Doutput_more.txt24 the value of the conjugate is (1,-2,-3,-4,-5,-6,-7,-8)
Dmath-octonion.qbk772 This returns the conjugate of the octonion.
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/
Dgenerate_height.comp88 … b = vec2(b.x, -b.y); // Complex conjugate since we picked a frequency with the opposite direction.
/third_party/boost/libs/math/doc/quaternion/
Doutput_more.txt36 the value of the conjugate is (1,-2,-3,-4)
Dmath-quaternion.qbk668 This returns the conjugate of the quaternion.
/third_party/boost/libs/math/doc/distributions/
Dinverse_chi_squared.qbk53 the scaled inverse chi-square is conjugate prior for the normal distribution
56 See [@http://en.wikipedia.org/wiki/Conjugate_prior conjugate priors including a table of distributi…
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.hpp236 GLM_FUNC_DECL tquat<T, P> conjugate(tquat<T, P> const & q);
Dquaternion.inl202 GLM_FUNC_QUALIFIER tquat<T, P> conjugate(tquat<T, P> const & q) function
210 return conjugate(q) / dot(q, q);
/third_party/boost/libs/multiprecision/test/
Deigen.hpp95 << a.conjugate() << endl; in example3()
/third_party/boost/boost/qvm/
Dquat_operations.hpp188 conjugate( A const & a ) in conjugate() function
1452 using ::boost::qvm::conjugate;
/third_party/mindspore/mindspore/lite/schema/
Dops_v0.fbs768 conjugate: bool = false; // DEPRECATED
Dops_v0_generated.h7791 bool conjugate() const { in conjugate() function
7810 void add_conjugate(bool conjugate) { in add_conjugate()
7811 fbb_.AddElement<uint8_t>(Transpose::VT_CONJUGATE, static_cast<uint8_t>(conjugate), 0); in add_conjugate()
7827 bool conjugate = false) {
7830 builder_.add_conjugate(conjugate);
7837 bool conjugate = false) {
7842 conjugate);
/third_party/boost/libs/qvm/doc/
Dqvm.adoc2209 [[conjugate]] anchor
2210 ==== `conjugate`
2220 conjugate( A const & a );
2225 Returns: :: Computes the conjugate of `a`.
2247 Returns: :: Computes the multiplicative inverse of `a`, or the conjugate-to-norm ratio.
2251 TIP: If `a` is known to be unit length, `conjugate` is equivalent to <<quat_inverse,`inverse`>>, ye… argument
/third_party/mindspore/mindspore/lite/schema/inner/
Dops_v0_generated.h10978 bool conjugate = false; member
10997 bool conjugate() const { in conjugate() function
11022 void add_conjugate(bool conjugate) { in add_conjugate()
11023 fbb_.AddElement<uint8_t>(Transpose::VT_CONJUGATE, static_cast<uint8_t>(conjugate), 0); in add_conjugate()
11039 bool conjugate = false) {
11042 builder_.add_conjugate(conjugate);
11049 bool conjugate = false) {
11054 conjugate);
20898 { auto _e = conjugate(); _o->conjugate = _e; } in UnPackTo()
20910 auto _conjugate = _o->conjugate; in CreateTranspose()

12