OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:panelOffset
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h
237
Index
panelOffset
= IsLower ? j2+actualPanelWidth : 0;
242
&rhs(actual_k2+
panelOffset
, actual_j2), triStride,
244
actual_kc,
panelOffset
);
264
Index
panelOffset
= IsLower ? j2+actualPanelWidth : 0;
275
panelOffset
,
panelOffset
, // offsets
TriangularMatrixMatrix.h
292
Index
panelOffset
= IsLower ? j2+actualPanelWidth : 0;
296
&rhs(actual_k2+
panelOffset
, actual_j2), rhsStride,
298
actual_kc,
panelOffset
);
Completed in 26 milliseconds