Searched defs:Lx (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky_impl.h113 Scalar* Lx = m_matrix.valuePtr(); local
161 yi = l_ki = yi / Lx[Lp[i]];
166 y[Li[p]] -= numext::conj(Lx[p]) * yi;
169 Lx[p] = l_ki;
189 Lx[p] = sqrt(d) ;
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h108 inline int umfpack_get_numeric(int Lp[], int Lj[], double Lx[], int Up[], int Ui[], double Ux[], argument
111 return umfpack_di_get_numeric(Lp,Lj,Lx,Up,Ui,Ux,P,Q,Dx,do_recip,Rs,Numeric);
114 inline int umfpack_get_numeric(int Lp[], int Lj[], std::complex<double> Lx[], int Up[], int Ui[], std::complex<double> Ux[], argument
117 double& lx0_real = numext::real_ref(Lx[0]);
120 return umfpack_zi_get_numeric(Lp,Lj,Lx?&lx0_real:0,0,Up,Ui,Ux?&ux0_real:0,0,P,Q,
/external/opencv/cv/src/
H A Dcvfundam.cpp488 double Lx[] = { X, Y, 1, 0, 0, 0, -x*X, -x*Y, -x }; local
493 LtL[j][k] += Lx[j]*Lx[k] + Ly[j]*Ly[k];

Completed in 151 milliseconds