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

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
fdjac1.h 29 Matrix< Scalar, Dynamic, 1 > wa2(n);
52 wa2[j] = x[j];
53 h = eps * abs(wa2[j]);
55 x[j] = wa2[j] + h;
61 x[j] = wa2[j];
62 h = eps * abs(wa2[j]);
HybridNonLinearSolver.h 113 FVectorType wa1, wa2, wa3, wa4; member in class:Eigen::HybridNonLinearSolver
147 wa1.resize(n); wa2.resize(n); wa3.resize(n); wa4.resize(n);
200 wa2 = fjac.colwise().blueNorm();
207 diag[j] = (wa2[j]==0.) ? 1. : wa2[j];
231 diag = diag.cwiseMax(wa2);
239 wa2 = x + wa1;
247 if ( functor(wa2, wa4) < 0)
287 x = wa2;
288 wa2 = diag.cwiseProduct(x)
    [all...]
lmpar.h 34 Matrix< Scalar, Dynamic, 1 > wa1, wa2; local
60 wa2 = diag.cwiseProduct(x);
61 dxnorm = wa2.blueNorm();
75 wa1[j] = diag[l] * (wa2[l] / dxnorm);
117 wa2 = diag.cwiseProduct(x);
118 dxnorm = wa2.blueNorm();
131 wa1[j] = diag[l] * (wa2[l] / dxnorm);
189 Matrix< Scalar, Dynamic, 1 > wa1, wa2; local
206 wa2 = diag.cwiseProduct(x);
207 dxnorm = wa2.blueNorm()
    [all...]
LevenbergMarquardt.h 115 FVectorType wa1, wa2, wa3, wa4; member in class:Eigen::LevenbergMarquardt
169 wa1.resize(n); wa2.resize(n); wa3.resize(n);
221 wa2 = fjac.colwise().blueNorm();
231 diag[j] = (wa2[j]==0.)? 1. : wa2[j];
251 if (wa2[permutation.indices()[j]] != 0.)
252 gnorm = (std::max)(gnorm, internal::abs( fjac.col(j).head(j+1).dot(qtf.head(j+1)/fnorm) / wa2[permutation.indices()[j]]));
260 diag = diag.cwiseMax(wa2);
269 wa2 = x + wa1;
277 if ( functor(wa2, wa4) < 0
    [all...]
dogleg.h 27 Matrix< Scalar, Dynamic, 1 > wa1(n), wa2(n);
71 // wa2 = qrfac.template triangularView<Upper>() * wa1;
77 wa2[j] = sum;
79 temp = wa2.stableNorm();
  /external/libvorbis/lib/
smallft.c 170 float *wa2,float *wa3){
214 cr3=wa2[i-2]*cc[t3-1]+wa2[i-1]*cc[t3];
215 ci3=wa2[i-2]*cc[t3]-wa2[i-1]*cc[t3-1];
687 float *wa2){
742 ch[t10-1]=wa2[i-2]*dr3-wa2[i-1]*di3;
743 ch[t10]=wa2[i-2]*di3+wa2[i-1]*dr3
    [all...]
  /external/speex/libspeex/
smallft.c 172 float *wa2,float *wa3){
216 cr3=wa2[i-2]*cc[t3-1]+wa2[i-1]*cc[t3];
217 ci3=wa2[i-2]*cc[t3]-wa2[i-1]*cc[t3-1];
689 float *wa2){
744 ch[t10-1]=wa2[i-2]*dr3-wa2[i-1]*di3;
745 ch[t10]=wa2[i-2]*di3+wa2[i-1]*dr3
    [all...]

Completed in 2369 milliseconds