Searched refs:actual_k2 (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix.h150 Index actual_k2 = IsLower ? k2-actual_kc : k2; local
159 pack_rhs(blockB, &rhs(actual_k2,0), rhsStride, actual_kc, cols);
167 if(IsLower || actual_k2<rows)
174 Index startBlock = actual_k2+k1;
195 Index startTarget = IsLower ? actual_k2+k1+actualPanelWidth : actual_k2;
207 Index end = IsLower ? rows : (std::min)(actual_k2,rows);
212 (blockA, &lhs(i2, actual_k2), lhsStride, actual_kc, actual_mc);
292 Index actual_k2 = IsLower ? k2 : k2-actual_kc; local
295 if(IsLower && (k2<cols) && (actual_k2
[all...]
H A DTriangularSolverMatrix.h235 Index actual_k2 = IsLower ? k2-actual_kc : k2 ; local
238 Index rs = IsLower ? actual_k2 : size - actual_k2 - actual_kc;
241 if (rs>0) pack_rhs(geb, &rhs(actual_k2,startPanel), triStride, actual_kc, rs);
249 Index actual_j2 = actual_k2 + j2;
255 &rhs(actual_k2+panelOffset, actual_j2), triStride,
276 Index absolute_j2 = actual_k2 + j2;

Completed in 304 milliseconds