HomeSort by relevance Sort by last modified time
    Searched full:actual_cols (Results 1 - 1 of 1) sorted by null

  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 101 Index actual_cols = (std::min)(cols-j2,subcols); local
115 for (Index j=j2; j<j2+actual_cols; ++j)
144 pack_rhs(blockB+actual_kc*j2, &other(startBlock,j2), otherStride, actualPanelWidth, actual_cols, actual_kc, blockBOffset);
153 gebp_kernel(&other(startTarget,j2), otherStride, blockA, blockB+actual_kc*j2, lengthTarget, actualPanelWidth, actual_cols, Scalar(-1), local

Completed in 1962 milliseconds