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

/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverMatrix.h43 const Scalar* _tri, Index triStride,
50 const Scalar* _tri, Index triStride,
55 const_blas_data_mapper<Scalar, Index, TriStorageOrder> tri(_tri,triStride);
191 const Scalar* _tri, Index triStride,
198 const Scalar* _tri, Index triStride,
203 const_blas_data_mapper<Scalar, Index, TriStorageOrder> rhs(_tri,triStride);
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

Completed in 134 milliseconds