OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coeffdiag
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h
128
const double pivot = m_lu.
coeffDiag
(row);
197
const double diag = m_lu.
coeffDiag
(col);
279
Scalar newCoeff = m_lu.
coeffDiag
(row) - rowVal.dot(colVal);
285
Scalar newCoeff = m_lu.
coeffDiag
(row);
329
x->coeffRef(col) = x->coeff(col) / m_lu.
coeffDiag
(col);
345
x->coeffRef(0) = x->coeff(0) / m_lu.
coeffDiag
(0);
SkylineProduct.h
140
dst(row, col) = lhs.
coeffDiag
(row) * rhs(row, col);
203
dst(row, col) = lhs.
coeffDiag
(row) * rhs(row, col);
SkylineMatrix.h
234
inline Scalar
coeffDiag
(Index idx) const {
Completed in 409 milliseconds