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

  /external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix.h 24 Scalar* _other, Index otherStride,
32 ::run(size, cols, tri, triStride, _other, otherStride, blocking);
44 Scalar* _other, Index otherStride,
51 Scalar* _other, Index otherStride,
56 blas_data_mapper<Scalar, Index, ColMajor> other(_other,otherStride);
84 Index subcols = cols>0 ? l2/(4 * sizeof(Scalar) * otherStride) : 0;
151 pack_rhs(blockB+actual_kc*j2, &other(startBlock,j2), otherStride, actualPanelWidth, actual_cols, actual_kc, blockBOffset);
160 gebp_kernel(&other(startTarget,j2), otherStride, blockA, blockB+actual_kc*j2, lengthTarget, actualPanelWidth, actual_cols, Scalar(-1),
177 gebp_kernel(_other+i2, otherStride, blockA, blockB, actual_mc, actual_kc, cols, Scalar(-1), -1, -1, 0, 0, blockW);
192 Scalar* _other, Index otherStride,
    [all...]
TriangularSolverMatrix_MKL.h 54 EIGTYPE* _other, Index otherStride, level3_blocking<EIGTYPE,EIGTYPE>& /*blocking*/) \
62 ldb = otherStride;\
109 EIGTYPE* _other, Index otherStride, level3_blocking<EIGTYPE,EIGTYPE>& /*blocking*/) \
117 ldb = otherStride;\

Completed in 105 milliseconds