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

/external/eigen/Eigen/src/SparseCore/
H A DSparseDenseProduct.h214 Lhs1, SparseView<Lhs1> >::type ActualLhs; typedef in struct:Eigen::internal::sparse_dense_outer_product_evaluator
218 typedef evaluator<ActualLhs> LhsEval;
220 typedef typename evaluator<ActualLhs>::InnerIterator LhsIterator;
281 evaluator<ActualLhs> m_lhsXprImpl;
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h208 typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhs; typedef
209 typedef typename internal::remove_all<ActualLhs>::type _ActualLhs;
210 typename internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
254 typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhs; typedef
255 typedef typename internal::remove_all<ActualLhs>::type _ActualLhs;
256 typename internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());

Completed in 842 milliseconds