OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actual_cols
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h
108
Index
actual_cols
= (std::min)(cols-j2,subcols);
local
122
for (Index j=j2; j<j2+
actual_cols
; ++j)
151
pack_rhs(blockB+actual_kc*j2, &other(startBlock,j2), otherStride, actualPanelWidth,
actual_cols
, actual_kc, blockBOffset);
160
gebp_kernel(&other(startTarget,j2), otherStride, blockA, blockB+actual_kc*j2, lengthTarget, actualPanelWidth,
actual_cols
, Scalar(-1),
local
Completed in 4089 milliseconds