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

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 81 gebp_kernel <LhsScalar, RhsScalar, Index, Traits::mr, Traits::nr, ConjugateLhs, ConjugateRhs> gebp; local
98 // 1 - before the diagonal => processed with gebp or skipped
100 // 3 - after the diagonal => processed with gebp or skipped
102 gebp(res+i2, resStride, blockA, blockB, actual_mc, actual_kc, (std::min)(size,i2), alpha,
110 gebp(res+resStride*j2+i2, resStride, blockA, blockB+actual_kc*j2, actual_mc, actual_kc, (std::max)(Index(0), size-j2), alpha,
119 // This kernel is built on top of the gebp kernel:
121 // where BlockSize is set to the minimal value allowing gebp to be as fast as possible
GeneralMatrixMatrix.h 73 gebp_kernel<LhsScalar, RhsScalar, Index, Traits::mr, Traits::nr, ConjugateLhs, ConjugateRhs> gebp; local
124 gebp(res+info[j].rhs_start*resStride, resStride, blockA, blockB+info[j].rhs_start*actual_kc, mc, actual_kc, info[j].rhs_length, alpha, -1,-1,0,0, w);
136 gebp(res+i, resStride, blockA, blockB, actual_mc, actual_kc, cols, alpha, -1,-1,0,0, w);
185 gebp(res+i2, resStride, blockA, blockB, actual_mc, actual_kc, cols, alpha, -1, -1, 0, 0, blockW);

Completed in 43 milliseconds