/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/opencv3/doc/tutorials/imgproc/imgtrans/sobel_derivatives/ |
D | sobel_derivatives.markdown | 9 - Use the OpenCV function @ref cv::Sobel to calculate the derivatives from an image. 19 important convolutions is the computation of derivatives in an image (or an approximation to 21 -# Why may be important the calculus of the derivatives in an image? Let's imagine we want to 27 good way to express *changes* is by using *derivatives*. A high change in gradient indicates a 55 -# We calculate two derivatives: 141 -# Second, we calculate the "*derivatives*" in *x* and *y* directions. For this, we use the
|
/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 …]
|
/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/opencv3/doc/py_tutorials/py_imgproc/py_gradients/ |
D | py_gradients.markdown | 21 resistant to noise. You can specify the direction of derivatives to be taken, vertical or horizontal 30 each derivative is found using Sobel derivatives. If ksize = 1, then following kernel is used for
|
/external/mesa3d/src/glsl/builtins/profiles/ |
D | ARB_shader_texture_lod.glsl | 1 /* New anisotropic texture functions, providing explicit 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/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/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/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/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/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_opencv/ |
D | py_svm_opencv.markdown | 35 Next we have to find the HOG Descriptor of each cell. For that, we find Sobel derivatives of each
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | sampler.rst | 93 The normal level of detail is computed from the partial derivatives of
|
/external/dng_sdk/ |
D | NOTICE | 16 derivatives or portions thereof, constitutes your acceptance of this Agreement.
|
D | LICENSE.source_code | 6 derivatives or portions thereof, constitutes your acceptance of this Agreement.
|
D | LICENSE | 9 derivatives or portions thereof, constitutes your acceptance of this Agreement.
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/ |
D | py_features_harris.markdown | 37 Here, \f$I_x\f$ and \f$I_y\f$ are image derivatives in x and y directions respectively. (Can be eas…
|
/external/vulkan-validation-layers/ |
D | LICENSE.txt | 54 derivatives.
|