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

/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverMatrix.h276 Index absolute_j2 = actual_k2 + j2; local
283 gebp_kernel(&lhs(i2,absolute_j2), otherStride,
295 Index j = IsLower ? absolute_j2+actualPanelWidth-k-1 : absolute_j2+k;
300 Scalar b = conj(rhs(IsLower ? j+1+k3 : absolute_j2+k3,j));
301 Scalar* a = &lhs(i2,IsLower ? j+1+k3 : absolute_j2+k3);
311 pack_lhs_panel(blockA, _other+absolute_j2*otherStride+i2, otherStride,

Completed in 95 milliseconds