Home
last modified time | relevance | path

Searched refs:Lval (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h238 const Scalar * Lval = valuePtr(); // Nonzero values in solveInPlace() local
270 …Map<const Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > A( &(Lval[luptr]), nsupc, nsupc, Oute… in solveInPlace()
275 …new (&A) Map<const Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > ( &(Lval[luptr+nsupc]), nrow… in solveInPlace()
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h710 Scalar* Lval = m_l.valuePtr();
751 Lval[lastl] = 1.0; /* unit diagonal */
755 Lval[lastl] = SNptr[i];
757 if (Lval[lastl] != 0.0)
/external/opencv3/modules/ml/src/
Dem.cpp594 double Lval = 0; in computeProbabilities() local
599 Lval += w * val * val; in computeProbabilities()
602 L.at<double>(clusterIndex) = logWeightDivDet.at<double>(clusterIndex) - 0.5 * Lval; in computeProbabilities()