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

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixMatrix.h 175 Index blockBOffset = k1;
190 actualPanelWidth, actual_kc, 0, blockBOffset, blockW);
200 actualPanelWidth, actual_kc, 0, blockBOffset, blockW);
TriangularSolverMatrix.h 148 Index blockBOffset = IsLower ? k1 : lengthTarget;
151 pack_rhs(blockB+actual_kc*j2, &other(startBlock,j2), otherStride, actualPanelWidth, actual_cols, actual_kc, blockBOffset);
161 actualPanelWidth, actual_kc, 0, blockBOffset, blockW);

Completed in 192 milliseconds