Searched defs:newCoeff (Results 1 – 1 of 1) sorted by relevance
214 Scalar newCoeff = m_lu.coeffLower(row, col) - rowVal.dot(colVal); in computeRowMajor() local220 Scalar newCoeff = m_lu.coeffLower(row, col); in computeRowMajor() local249 Scalar newCoeff = m_lu.coeffUpper(rrow, col) - rowVal.dot(colVal); in computeRowMajor() local255 Scalar newCoeff = m_lu.coeffUpper(rrow, col); in computeRowMajor() local279 Scalar newCoeff = m_lu.coeffDiag(row) - rowVal.dot(colVal); in computeRowMajor() local285 Scalar newCoeff = m_lu.coeffDiag(row); in computeRowMajor() local