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

/external/eigen/Eigen/src/Core/
H A DSolveTriangular.h55 typedef typename LhsProductTraits::ExtractType ActualLhsType; typedef in struct:Eigen::internal::triangular_solver_selector
59 ActualLhsType actualLhs = LhsProductTraits::extract(lhs);
87 typedef typename LhsProductTraits::DirectLinearAccessType ActualLhsType; typedef in struct:Eigen::internal::triangular_solver_selector
91 typename internal::add_const_on_value_type<ActualLhsType>::type actualLhs = LhsProductTraits::extract(lhs);
H A DProductBase.h52 typedef typename Base::ActualLhsType ActualLhsType; \
72 typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhsType; typedef in class:Eigen::ProductBase
73 typedef typename internal::remove_all<ActualLhsType>::type _ActualLhsType;
H A DGeneralProduct.h416 typedef typename ProductType::ActualLhsType ActualLhsType; typedef
422 ActualLhsType actualLhs = LhsBlasTraits::extract(prod.lhs());
488 typedef typename ProductType::ActualLhsType ActualLhsType; typedef
494 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixVector.h226 typedef typename ProductType::ActualLhsType ActualLhsType; typedef
232 typename internal::add_const_on_value_type<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
301 typedef typename ProductType::ActualLhsType ActualLhsType; typedef
307 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());

Completed in 677 milliseconds