OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brows
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/
householder.cpp
83
Index
brows
= rows - shift;
local
85
HBlockMatrixType hbm = m1.block(shift,0,
brows
,cols);
88
m2.block(shift,0,
brows
,cols) = qr.matrixQR();
96
m5.block(shift,0,
brows
,cols).template triangularView<StrictlyLower>().setZero();
/external/eigen/Eigen/src/QR/
HouseholderQR.h
257
Index
brows
= rows-k; // rows of the block
local
267
BlockType A11_21 = mat.block(k,k,
brows
,bs);
274
BlockType A21_22 = mat.block(k,k+bs,
brows
,tcols);
Completed in 21 milliseconds