Home | History | Annotate | Download | only in Skyline

Lines Matching refs:Scalar

27     typedef typename MatrixType::Scalar Scalar;
30 typedef typename NumTraits<typename MatrixType::Scalar>::Real RealScalar;
214 Scalar newCoeff = m_lu.coeffLower(row, col) - rowVal.dot(colVal);
220 Scalar newCoeff = m_lu.coeffLower(row, col);
223 const Scalar tmp = newCoeff;
249 Scalar newCoeff = m_lu.coeffUpper(rrow, col) - rowVal.dot(colVal);
255 Scalar newCoeff = m_lu.coeffUpper(rrow, col);
257 const Scalar tmp = newCoeff;
279 Scalar newCoeff = m_lu.coeffDiag(row) - rowVal.dot(colVal);
285 Scalar newCoeff = m_lu.coeffDiag(row);
287 const Scalar tmp = newCoeff;
314 Scalar newVal = x->coeff(row);
331 const Scalar x_col = x->coeff(col);