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

  /external/eigen/Eigen/src/Core/products/
TriangularMatrixMatrix.h 281 Scalar* geb = blockB+ts*ts; local
283 pack_rhs(geb, &rhs(actual_k2,IsLower ? 0 : k2), rhsStride, actual_kc, rs);
340 blockA, geb, actual_mc, actual_kc, rs,
TriangularSolverMatrix.h 226 Scalar* geb = blockB+actual_kc*actual_kc; local
228 if (rs>0) pack_rhs(geb, &rhs(actual_k2,startPanel), triStride, actual_kc, rs);
305 gebp_kernel(_other+i2+startPanel*otherStride, otherStride, blockA, geb,

Completed in 7699 milliseconds