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

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix.h156 Index actual_k2 = IsLower ? k2-actual_kc : k2; local
165 pack_rhs(blockB, rhs.getSubMapper(actual_k2,0), actual_kc, cols);
173 if(IsLower || actual_k2<rows)
180 Index startBlock = actual_k2+k1;
202 Index startTarget = IsLower ? actual_k2+k1+actualPanelWidth : actual_k2;
215 Index end = IsLower ? rows : (std::min)(actual_k2,rows);
220 (blockA, lhs.getSubMapper(i2, actual_k2), actual_kc, actual_mc);
304 Index actual_k2 = IsLower ? k2 : k2-actual_kc; local
307 if(IsLower && (k2<cols) && (actual_k2
[all...]
H A DTriangularSolverMatrix.h239 Index actual_k2 = IsLower ? k2-actual_kc : k2 ; local
242 Index rs = IsLower ? actual_k2 : size - actual_k2 - actual_kc;
245 if (rs>0) pack_rhs(geb, rhs.getSubMapper(actual_k2,startPanel), actual_kc, rs);
253 Index actual_j2 = actual_k2 + j2;
259 rhs.getSubMapper(actual_k2+panelOffset, actual_j2),
280 Index absolute_j2 = actual_k2 + j2;

Completed in 139 milliseconds