OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Lval
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h
238
const Scalar *
Lval
= valuePtr(); // Nonzero values
270
Map<const Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > A( &(
Lval
[luptr]), nsupc, nsupc, OuterStride<>(lda) );
275
new (&A) Map<const Matrix<Scalar,Dynamic,Dynamic>, 0, OuterStride<> > ( &(
Lval
[luptr+nsupc]), nrow, nsupc, OuterStride<>(lda) );
/external/opencv3/modules/ml/src/
em.cpp
594
double
Lval
= 0;
599
Lval
+= w * val * val;
602
L.at<double>(clusterIndex) = logWeightDivDet.at<double>(clusterIndex) - 0.5 *
Lval
;
/external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h
710
Scalar*
Lval
= m_l.valuePtr();
751
Lval
[lastl] = 1.0; /* unit diagonal */
755
Lval
[lastl] = SNptr[i];
757
if (
Lval
[lastl] != 0.0)
Completed in 732 milliseconds