OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:found_diag
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/SparseCore/
SparseColEtree.h
76
bool
found_diag
;
local
94
found_diag
= col>=m;
103
for (typename MatrixType::InnerIterator it(mat, pcol); it||!
found_diag
; ++it)
107
if (i == col)
found_diag
= true;
/external/eigen/Eigen/src/SparseQR/
SparseQR.h
422
bool
found_diag
= nonzeroCol>=m;
local
428
// thus the trick with
found_diag
that permits to do one more iteration on the diagonal element if this one has not been found.
429
for (typename QRMatrixType::InnerIterator itp(m_pmat, col); itp || !
found_diag
; ++itp)
433
if(curIdx == nonzeroCol)
found_diag
= true;
Completed in 462 milliseconds