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

  /external/valgrind/unittest/
linear_solver.h 261 Vector derivative(N); // this is actually "-derivative/2" :-)
262 derivative.Copy(perf_m.MultiplyLeft(stats_v - m_by_curr));
264 if (derivative.Len() > 1000.0) {
265 derivative = derivative * (1000.0 / derivative.Len());
274 if (current[i] + derivative[i] * step < 0.0) {
275 step = - current[i] / derivative[i];
279 new_curr = current + derivative*step
    [all...]
  /external/ceres-solver/internal/ceres/
polynomial.cc 189 // Degree zero polynomials are constants, and their derivative does
196 Vector derivative(degree);
198 derivative(i) = (degree - i) * polynomial(i);
201 return derivative;
234 const Vector derivative = DifferentiatePolynomial(polynomial); local
236 if (!FindPolynomialRoots(derivative, &roots_real, NULL)) {
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);
  /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 227 // parameter of gaussian. If |derivative| is true, the kernel will be that of
228 // the first derivative. Intended for use with the two routines above.
231 bool derivative);
convolver.cc 683 bool derivative) {
704 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
  /external/e2fsprogs/lib/et/
texinfo.tex 46 % that in whole or in part contains or is a derivative of this
57 %derivative) on a volume of a storage or distribution medium does not bring
60 % 3. You may copy and distribute this program (or a portion or derivative
    [all...]

Completed in 297 milliseconds