HomeSort by relevance Sort by last modified time
    Searched refs:derivative (Results 1 - 6 of 6) sorted by null

  /external/ceres-solver/internal/ceres/
polynomial_test.cc 227 const Vector derivative = DifferentiatePolynomial(polynomial); local
228 EXPECT_EQ(derivative.rows(), 1);
229 EXPECT_EQ(derivative(0), 0);
239 const Vector derivative = DifferentiatePolynomial(polynomial); local
240 EXPECT_EQ(derivative.rows(), 2);
241 EXPECT_EQ(derivative(0), 2.0);
242 EXPECT_EQ(derivative(1), 2.0);
polynomial.cc 257 // Degree zero polynomials are constants, and their derivative does
264 Vector derivative(degree);
266 derivative(i) = (degree - i) * polynomial(i);
269 return derivative;
302 const Vector derivative = DifferentiatePolynomial(polynomial); local
304 if (!FindPolynomialRoots(derivative, &roots_real, NULL)) {
  /external/ant-glob/
NOTICE 41 * "Derivative Works" shall mean any work, whether in Source or Object
45 * of this License, Derivative Works shall not include works that remain
47 * the Work and Derivative Works thereof.
51 * to that Work or Derivative Works thereof, that is intentionally
70 * copyright license to reproduce, prepare Derivative Works of,
72 * Work and such Derivative Works in Source or Object form.
91 * Work or Derivative Works thereof in any medium, with or without
96 * Derivative Works a copy of this License; and
101 * (c) You must retain, in the Source form of any Derivative Works
105 * the Derivative Works; an
    [all...]
  /external/chromium_org/skia/ext/
convolver.h 226 // parameter of gaussian. If |derivative| is true, the kernel will be that of
227 // the first derivative. Intended for use with the two routines above.
230 bool derivative);
convolver.cc 680 bool derivative) {
701 if (derivative) {
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 334 means either the Program or any derivative work under copyright law:
394 exercise the right to control the distribution of derivative or
450 distribute the Program or its derivative works. These actions are

Completed in 2046 milliseconds