Searched refs:derivative (Results 1 - 21 of 21) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
H A DDifferentiableUnivariateMatrixFunction.java29 * Returns the derivative of the function
31 * @return the derivative function
33 UnivariateMatrixFunction derivative(); method in interface:DifferentiableUnivariateMatrixFunction
H A DDifferentiableUnivariateRealFunction.java28 * Returns the derivative of the function
30 * @return the derivative function
32 UnivariateRealFunction derivative(); method in interface:DifferentiableUnivariateRealFunction
H A DDifferentiableUnivariateVectorialFunction.java29 * Returns the derivative of the function
31 * @return the derivative function
33 UnivariateVectorialFunction derivative(); method in interface:DifferentiableUnivariateVectorialFunction
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DHarmonicFunction.java55 public HarmonicFunction derivative() { method in class:HarmonicFunction
H A DGaussianFunction.java114 public UnivariateRealFunction derivative() { method in class:GaussianFunction
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DNewtonSolver.java83 * @throws FunctionEvaluationException if an error occurs evaluating the function or derivative
102 * @throws FunctionEvaluationException if an error occurs evaluating the function or derivative
123 * @throws FunctionEvaluationException if an error occurs evaluating the function or derivative
144 * @throws FunctionEvaluationException if an error occurs evaluating the function or derivative
156 final UnivariateRealFunction derivative =
157 ((DifferentiableUnivariateRealFunction) f).derivative();
167 x1 = x0 - (f.value(x0) / derivative.value(x0));
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dnada.cc105 float derivative = 0.0f; local
107 derivative = (congestion_signal_ms - last_congestion_signal_ms_) /
125 derivative, RecentKbps(), corrected_send_time_ms);
205 fb.derivative() < kDerivativeUpperBound) {
216 fb.derivative() < kDerivativeUpperBound &&
272 float x_hat = fb.congestion_signal() + kEta * kTauOMs * fb.derivative();
H A Dnada_unittest.cc136 float derivative = 0.0f; local
139 derivative, receiving_rate, send_time_ms);
146 float derivative = 1.0f; local
149 derivative, receiving_rate, send_time_ms);
157 float derivative = 10000.0f; local
160 derivative, receiving_rate, send_time_ms);
326 EXPECT_EQ(nada_feedback->derivative(), 0.0f);
350 EXPECT_EQ(nada_feedback->derivative(), 0.0f);
392 EXPECT_NEAR(nada_feedback->derivative(),
396 EXPECT_NEAR(nada_feedback->derivative(),
[all...]
/external/syslinux/core/
H A Dinit.inc27 ; Save derivative-specific data
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DBicubicSplineInterpolator.java88 final UnivariateRealFunction f = ySplineX[j].derivative();
97 final UnivariateRealFunction f = xSplineY[i].derivative();
H A DSmoothingBicubicSplineInterpolator.java121 final UnivariateRealFunction f = ySplineX[j].derivative();
130 final UnivariateRealFunction f = xSplineY[i].derivative();
/external/eigen/unsupported/test/
H A Dsplines.cpp265 PointType derivative = spline.derivatives(knots(i), 1).col(1); local
267 VERIFY_IS_APPROX(derivative, referenceDerivative);
/external/ant-glob/
H A DNOTICE220 redistributed or derivative work.
224 of any redistributed or derivative code.
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket.h155 float derivative,
162 derivative_(derivative),
171 float derivative() const { return derivative_; } function in class:webrtc::testing::bwe::NadaFeedback
150 NadaFeedback(int flow_id, int64_t this_send_time_us, int64_t exp_smoothed_delay_ms, int64_t est_queuing_delay_signal_ms, int64_t congestion_signal, float derivative, float receiving_rate, int64_t latest_send_time_ms) argument
/external/ImageMagick/MagickCore/
H A Dsegment.c51 % build an interval tree of zero crossings in the second derivative
863 % DerivativeHistogram() determines the derivative of the histogram using
869 % double *derivative)
876 % o derivative: This array of doubles is initialized by
877 % DerivativeHistogram to the derivative of the histogram using central
882 double *derivative)
892 derivative[0]=(-1.5*histogram[0]+2.0*histogram[1]-0.5*histogram[2]);
893 derivative[n]=(0.5*histogram[n-2]-2.0*histogram[n-1]+1.5*histogram[n]);
895 Compute derivative using central differencing.
898 derivative[
872 DerivativeHistogram(const double *histogram, double *derivative) argument
1504 *derivative, local
[all...]
/external/ImageMagick/www/api/
H A Dsegment.php85 <p>the smoothing threshold eliminates noise in the second derivative of the histogram. As the value is increased, you can expect a smoother second derivative.</p>
H A Dmagick-image.php5335 <p>the smoothing threshold eliminates noise in the second derivative of the histogram. As the value is increased, you can expect a smoother second derivative.</p>
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
H A DPolynomialSplineFunction.java150 * Returns the derivative of the polynomial spline function as a UnivariateRealFunction
151 * @return the derivative function
153 public UnivariateRealFunction derivative() { method in class:PolynomialSplineFunction
158 * Returns the derivative of the polynomial spline function as a PolynomialSplineFunction
160 * @return the derivative function
H A DPolynomialFunction.java226 * Returns the coefficients of the derivative of the polynomial with the given coefficients.
229 * @return the coefficients of the derivative or null if coefficients has length 1.
249 * Returns the derivative as a PolynomialRealFunction
251 * @return the derivative polynomial
258 * Returns the derivative as a UnivariateRealFunction
260 * @return the derivative function
262 public UnivariateRealFunction derivative() { method in class:PolynomialFunction
/external/eigen/Eigen/src/Core/
H A DGlobalFunctions.h70 EIGEN_ARRAY_DECLARE_GLOBAL_UNARY(digamma,scalar_digamma_op,derivative of lgamma,\sa ArrayBase::digamma)
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 1927 milliseconds