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

  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky_impl.h 113 Scalar* Lx = m_matrix.valuePtr();
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/
UmfPackSupport.h 83 inline int umfpack_get_numeric(int Lp[], int Lj[], double Lx[], int Up[], int Ui[], double Ux[],
86 return umfpack_di_get_numeric(Lp,Lj,Lx,Up,Ui,Ux,P,Q,Dx,do_recip,Rs,Numeric);
89 inline int umfpack_get_numeric(int Lp[], int Lj[], std::complex<double> Lx[], int Up[], int Ui[], std::complex<double> Ux[],
92 double& lx0_real = numext::real_ref(Lx[0]);
95 return umfpack_zi_get_numeric(Lp,Lj,Lx?&lx0_real:0,0,Up,Ui,Ux?&ux0_real:0,0,P,Q,
  /external/libvncserver/x11vnc/
xinerama.c 496 int Lx = dpy_x, Ly = dpy_y;
505 zero_fb(0, 0, Lx, Ly);
506 mark_rect_as_modified(0, 0, Lx, Ly, 0);
userinput.c 116 static int crfix(int x, int dx, int Lx);
402 } else if (sscanf(str, "0x%lx", &n) == 1) {
406 } else if (sscanf(str, "%lx", &n) == 1) {
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 488 double Lx[] = { X, Y, 1, 0, 0, 0, -x*X, -x*Y, -x };
493 LtL[j][k] += Lx[j]*Lx[k] + Ly[j]*Ly[k];
    [all...]

Completed in 1359 milliseconds