Searched refs:geb (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix.h306 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,
H A DTriangularSolverMatrix.h239 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 154 milliseconds