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

/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverMatrix.h23 const Scalar* tri, Index triStride,
32 ::run(size, cols, tri, triStride, _other, otherStride, blocking);
43 const Scalar* _tri, Index triStride,
50 const Scalar* _tri, Index triStride,
55 const_blas_data_mapper<Scalar, Index, TriStorageOrder> tri(_tri,triStride);
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);
191 const Scalar* _tri, Index triStride,
198 const Scalar* _tri, Index triStride,
203 const_blas_data_mapper<Scalar, Index, TriStorageOrder> rhs(_tri,triStride);
21 run( Index size, Index cols, const Scalar* tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
48 run( Index size, Index otherSize, const Scalar* _tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
196 run( Index size, Index otherSize, const Scalar* _tri, Index triStride, Scalar* _other, Index otherStride, level3_blocking<Scalar,Scalar>& blocking) argument
[all...]

Completed in 383 milliseconds