Home
last modified time | relevance | path

Searched refs:derivatives (Results 1 – 25 of 99) sorted by relevance

1234

/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffScalar.h103 : 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 …]
DAutoDiffJacobian.h64 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/
Dfaqs.rst40 #. 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
Dfeatures.rst23 - **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.
Dtutorial.rst88 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 …]
Dmodeling.rst120 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/
Dautodiff.cpp149 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/
DSpline.h121 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/
Dprogram.cc474 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/
DARB_shader_texture_lod.glsl1 /* New anisotropic texture functions, providing explicit derivatives: */
/external/google-fonts/dancing-script/
DNOTICE24 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/
DNOTICE22 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/
DNOTICE24 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/
DNOTICE25 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/
DNOTICE22 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/
Ddesign.txt95 + compute derivatives from data in SoA form
/external/valgrind/
DAUTHORS24 created a set of ppc-linux derivatives of the 2.X release line.
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
DWater.frag393 // to calculate the derivatives for all these pixels by using step()!
395 // Where the derivatives are undefined
DWater15.frag403 // to calculate the derivatives for all these pixels by using step()!
405 // Where the derivatives are undefined
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst93 The normal level of detail is computed from the partial derivatives of
/external/openssh/
Dssh-agent.072 csh(1) and derivatives.
/external/eigen/doc/
DCustomizingEigen.dox138 …type \c adouble is basically a real value tracking the values of any number of partial derivatives.
/external/dnsmasq/contrib/dnslist/
Ddnslist.pl523 of preserving the free status of all derivatives of our free software and
/external/skia/gyp/
Dcommon_conditions.gypi210 # The following section is common to linux + derivatives and android
/external/blktrace/
DCOPYING255 of preserving the free status of all derivatives of our free software and

1234