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

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix.h175 Index blockBOffset = k1; local
190 actualPanelWidth, actual_kc, 0, blockBOffset, blockW);
200 actualPanelWidth, actual_kc, 0, blockBOffset, blockW);
H A DTriangularSolverMatrix.h148 Index blockBOffset = IsLower ? k1 : lengthTarget; local
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 439 milliseconds