Home
last modified time | relevance | path

Searched defs:newCoeff (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineInplaceLU.h214 Scalar newCoeff = m_lu.coeffLower(row, col) - rowVal.dot(colVal); in computeRowMajor() local
220 Scalar newCoeff = m_lu.coeffLower(row, col); in computeRowMajor() local
249 Scalar newCoeff = m_lu.coeffUpper(rrow, col) - rowVal.dot(colVal); in computeRowMajor() local
255 Scalar newCoeff = m_lu.coeffUpper(rrow, col); in computeRowMajor() local
279 Scalar newCoeff = m_lu.coeffDiag(row) - rowVal.dot(colVal); in computeRowMajor() local
285 Scalar newCoeff = m_lu.coeffDiag(row); in computeRowMajor() local