/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffScalar.h | 103 : m_value(other.value()), m_derivatives(other.derivatives()) in AutoDiffScalar() 112 : m_value(other.value()), m_derivatives(other.derivatives()) in AutoDiffScalar() 119 m_derivatives = other.derivatives(); 126 m_derivatives = other.derivatives(); 136 inline const DerType& derivatives() const { return m_derivatives; } in derivatives() function 137 inline DerType& derivatives() { return m_derivatives; } in derivatives() function 167 return AutoDiffScalar<DerType&>(a + b.value(), b.derivatives()); 190 internal::make_coherent(m_derivatives, other.derivatives()); 193 m_derivatives + other.derivatives()); 213 (a - b.value(), -b.derivatives()); [all …]
|
D | AutoDiffJacobian.h | 64 av[j].derivatives().resize(this->inputs()); in operator() 67 ax[i].derivatives() = DerivativeType::Unit(this->inputs(),i); in operator() 74 jac.row(i) = av[i].derivatives(); in operator()
|
/external/ceres-solver/docs/source/ |
D | faqs.rst | 40 #. Use analytical/automatic derivatives. 50 and we recommend using this facility. In some cases the derivatives 53 cases, analytic derivatives are recommended. 55 The use of numerical derivatives should be a measure of last 90 case to compute the derivatives more or less analytically. 109 // Analytic derivatives
|
D | features.rst | 23 - **Derivatives** Supplying derivatives is perhaps the most tedious 26 never have to compute derivatives by hand (unless you really want 28 analytical derivatives in any combination that you want.
|
D | tutorial.rst | 88 Jacobians are needed. In :ref:`section-derivatives` we will discuss the 89 various ways of supplying derivatives to Ceres in more detail. 167 .. _section-derivatives: 174 evaluate the value and the derivatives of each term in the objective 183 derivatives. 226 numerical derivatives [#f3]_. For more details see the documentation 240 derivatives in closed form instead of relying on the chain rule used 287 Computing derivatives is by far the most complicated part of using 289 sophisticated ways of computing derivatives. This section just 290 scratches the surface of how derivatives can be supplied to [all …]
|
D | modeling.rst | 120 If ``jacobians`` is ``NULL``, then no derivatives are returned; 163 derivatives. To this end Ceres provides `automatic differentiation 339 multiple times, computing a small set of the derivatives (four by 876 a^2)` and the first and second derivatives as :math:`\rho'(s / 1007 where the terms involving the second derivatives of :math:`f(x)` have
|
/external/eigen/unsupported/test/ |
D | autodiff.cpp | 149 ap.x().derivatives() = Vector2f::UnitX(); in test_autodiff_vector() 150 ap.y().derivatives() = Vector2f::UnitY(); in test_autodiff_vector()
|
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 121 derivatives(Scalar u, DenseIndex order) const; 130 derivatives(Scalar u, DenseIndex order = DerivativeOrder) const; 323 Spline<_Scalar, _Dim, _Degree>::derivatives(Scalar u, DenseIndex order) const in derivatives() function 333 Spline<_Scalar, _Dim, _Degree>::derivatives(Scalar u, DenseIndex order) const in derivatives() function
|
/external/ceres-solver/internal/ceres/ |
D | program.cc | 474 int derivatives = 0; in MaxDerivativesPerResidualBlock() local 478 derivatives += residual_block->NumResiduals() * in MaxDerivativesPerResidualBlock() 481 max_derivatives = max(max_derivatives, derivatives); in MaxDerivativesPerResidualBlock()
|
/external/mesa3d/src/glsl/builtins/profiles/ |
D | ARB_shader_texture_lod.glsl | 1 /* New anisotropic texture functions, providing explicit derivatives: */
|
/external/google-fonts/dancing-script/ |
D | NOTICE | 24 names are not used by derivative works. The fonts and derivatives, 27 to any document created using the fonts or their derivatives.
|
/external/google-fonts/carrois-gothic-sc/ |
D | NOTICE | 22 names are not used by derivative works. The fonts and derivatives, 25 to any document created using the fonts or their derivatives.
|
/external/google-fonts/cutive-mono/ |
D | NOTICE | 24 names are not used by derivative works. The fonts and derivatives, 27 to any document created using the fonts or their derivatives.
|
/external/naver-fonts/ |
D | NOTICE | 25 names are not used by derivative works. The fonts and derivatives, 28 to any document created using the fonts or their derivatives.
|
/external/noto-fonts/cjk/ |
D | NOTICE | 22 names are not used by derivative works. The fonts and derivatives, 25 any document created using the fonts or their derivatives.
|
/external/deqp/framework/referencerenderer/ |
D | design.txt | 95 + compute derivatives from data in SoA form
|
/external/valgrind/ |
D | AUTHORS | 24 created a set of ppc-linux derivatives of the 2.X release line.
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/ |
D | Water.frag | 393 // to calculate the derivatives for all these pixels by using step()! 395 // Where the derivatives are undefined
|
D | Water15.frag | 403 // to calculate the derivatives for all these pixels by using step()! 405 // Where the derivatives are undefined
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 93 The normal level of detail is computed from the partial derivatives of
|
/external/openssh/ |
D | ssh-agent.0 | 72 csh(1) and derivatives.
|
/external/eigen/doc/ |
D | CustomizingEigen.dox | 138 …type \c adouble is basically a real value tracking the values of any number of partial derivatives.
|
/external/dnsmasq/contrib/dnslist/ |
D | dnslist.pl | 523 of preserving the free status of all derivatives of our free software and
|
/external/skia/gyp/ |
D | common_conditions.gypi | 210 # The following section is common to linux + derivatives and android
|
/external/blktrace/ |
D | COPYING | 255 of preserving the free status of all derivatives of our free software and
|