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

  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 730 /* construct Lp index array from m_nonZerosPerCol column counts */
731 Index* Lp = m_matrix.outerIndexPtr();
732 Lp[0] = 0;
734 Lp[k+1] = Lp[k] + m_nonZerosPerCol[k] + (doLDLT ? 0 : 1);
736 m_matrix.resizeNonZeros(Lp[size]);
755 const Index* Lp = m_matrix.outerIndexPtr();
805 yi = l_ki = yi / Lx[Lp[i]];
807 Index p2 = Lp[i] + m_nonZerosPerCol[i];
809 for(p = Lp[i] + (DoLDLT ? 0 : 1); p < p2; ++p
    [all...]
  /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[],
95 return umfpack_zi_get_numeric(Lp,Lj,Lx?&lx0_real:0,0,Up,Ui,Ux?&ux0_real:0,0,P,Q,
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 390 void insert(ScalarEvolution *SE, Loop *Lp, Value *Ptr);
740 Loop *Lp, Value *Ptr) {
744 const SCEV *Ex = SE->getExitCount(Lp, Lp->getLoopLatch());
    [all...]
  /external/sonivox/jet_tools/JetCreator/
img_splash.py 76 \x81!|Lp\x9d\n\x00H6\xcd\x08\xbbFIejb\x84o\x98#j\x8b\x0e+\xd0\xf8R\x98\x89\
    [all...]

Completed in 247 milliseconds