Home
last modified time | relevance | path

Searched refs:conjugate (Results 1 – 25 of 28) 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.py215 self.assertClose(complex(5.3, 9.8).conjugate(), 5.3-9.8j)
Dtest_decimal.py2638 self.assertEqual(x.conjugate(), x)
2731 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 ``!=``. All
41 .. abstractmethod:: conjugate()
43 Abstract. Returns the complex conjugate. For example, ``(1+3j).conjugate()
56 :attr:`~Complex.imag`, and :meth:`~Complex.conjugate`.
Dstdtypes.rst304 | ``c.conjugate()`` | conjugate of the complex number | | |
316 single: conjugate() (complex number method)
Ddecimal.rst535 .. method:: conjugate()
/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/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/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/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/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/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1conjugate=function(t,e,r){if(!(r<=1))for(var n=0;n<r/2;n++){var i=t[n];t[n]=t[r-n-1],t[r-n-1]=i,i=…
/third_party/pulseaudio/src/modules/rtp/
Drfc3551.txt1087 8 kbit/s using conjugate structure-algebraic code excited linear

12