HomeSort by relevance Sort by last modified time
    Searched refs:actual_k2 (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixMatrix.h 137 Index actual_k2 = IsLower ? k2-actual_kc : k2; local
146 pack_rhs(blockB, &rhs(actual_k2,0), rhsStride, actual_kc, cols);
154 if(IsLower || actual_k2<rows)
161 Index startBlock = actual_k2+k1;
182 Index startTarget = IsLower ? actual_k2+k1+actualPanelWidth : actual_k2;
194 Index end = IsLower ? rows : (std::min)(actual_k2,rows);
199 (blockA, &lhs(i2, actual_k2), lhsStride, actual_kc, actual_mc);
267 Index actual_k2 = IsLower ? k2 : k2-actual_kc; local
270 if(IsLower && (k2<cols) && (actual_k2+actual_kc>cols)
    [all...]
TriangularSolverMatrix.h 222 Index actual_k2 = IsLower ? k2-actual_kc : k2 ; local
225 Index rs = IsLower ? actual_k2 : size - actual_k2 - actual_kc;
228 if (rs>0) pack_rhs(geb, &rhs(actual_k2,startPanel), triStride, actual_kc, rs);
236 Index actual_j2 = actual_k2 + j2;
242 &rhs(actual_k2+panelOffset, actual_j2), triStride,
263 Index absolute_j2 = actual_k2 + j2;

Completed in 173 milliseconds