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 306 Scalar* geb = blockB+ts*ts; local
308 pack_rhs(geb, &rhs(actual_k2,IsLower ? 0 : k2), rhsStride, actual_kc, rs);
365 blockA, geb, actual_mc, actual_kc, rs,
TriangularSolverMatrix.h 239 Scalar* geb = blockB+actual_kc*actual_kc; local
241 if (rs>0) pack_rhs(geb, &rhs(actual_k2,startPanel), triStride, actual_kc, rs);
318 gebp_kernel(_other+i2+startPanel*otherStride, otherStride, blockA, geb,

Completed in 4503 milliseconds