Searched defs:pack_lhs (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix.h271 symm_pack_lhs<Scalar, Index, Traits::mr, Traits::LhsProgress, LhsStorageOrder> pack_lhs; local
300 pack_lhs(blockA, &lhs(k2,k2), lhsStride, actual_kc, actual_mc);
358 gemm_pack_lhs<Scalar, Index, Traits::mr, Traits::LhsProgress, LhsStorageOrder> pack_lhs; local
371 pack_lhs(blockA, &lhs(i2, k2), lhsStride, actual_kc, actual_mc);
H A DTriangularMatrixMatrix.h142 gemm_pack_lhs<Scalar, Index, Traits::mr, Traits::LhsProgress, LhsStorageOrder> pack_lhs; local
187 pack_lhs(blockA, triangularBuffer.data(), triangularBuffer.outerStride(), actualPanelWidth, actualPanelWidth);
197 pack_lhs(blockA, &lhs(startTarget,startBlock), lhsStride, actualPanelWidth, lengthTarget);
283 gemm_pack_lhs<Scalar, Index, Traits::mr, Traits::LhsProgress, LhsStorageOrder> pack_lhs; local
344 pack_lhs(blockA, &lhs(i2, actual_k2), lhsStride, actual_kc, actual_mc);
H A DTriangularSolverMatrix.h77 gemm_pack_lhs<Scalar, Index, Traits::mr, Traits::LhsProgress, TriStorageOrder> pack_lhs; local
158 pack_lhs(blockA, &tri(startTarget,startBlock), triStride, actualPanelWidth, lengthTarget);
175 pack_lhs(blockA, &tri(i2, IsLower ? k2 : k2-kc), triStride, actual_kc, actual_mc);
H A DGeneralMatrixMatrixTriangular.h82 gemm_pack_lhs<LhsScalar, Index, Traits::mr, Traits::LhsProgress, LhsStorageOrder> pack_lhs; local
98 pack_lhs(blockA, &lhs(i2, k2), lhsStride, actual_kc, actual_mc);
H A DGeneralMatrixMatrix.h72 gemm_pack_lhs<LhsScalar, Index, Traits::mr, Traits::LhsProgress, LhsStorageOrder> pack_lhs; local
98 pack_lhs(blockA, &lhs(0,k), lhsStride, actual_kc, mc);
134 pack_lhs(blockA, &lhs(i,k), lhsStride, actual_kc, actual_mc);
182 pack_lhs(blockA, &lhs(i2,k2), lhsStride, actual_kc, actual_mc);

Completed in 1274 milliseconds