OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rrows
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/LU/
PartialPivLU.h
248
Index
rrows
= rows-k-1;
local
268
lu.col(k).tail(
rrows
) /= lu.coeff(k,k);
278
lu.bottomRightCorner(
rrows
,rcols).noalias() -= lu.col(k).tail(
rrows
) * lu.row(k).tail(rcols);
Completed in 555 milliseconds