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

/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h194 typedef internal::blas_traits<Rhs> RhsBlasTraits; typedef
195 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhs;
197 typename internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
199 typename ProductDerived::Scalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs().derived()) * RhsBlasTraits::extractScalarFactor(prod.rhs().derived());
203 typename Rhs::Scalar, _ActualRhs::Flags&RowMajorBit ? RowMajor : ColMajor, RhsBlasTraits::NeedToConjugate,
H A DTriangularMatrixVector.h219 typedef typename ProductType::RhsBlasTraits RhsBlasTraits; typedef
223 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
226 * RhsBlasTraits::extractScalarFactor(prod.rhs());
264 RhsScalar, RhsBlasTraits::NeedToConjugate,
295 typedef typename ProductType::RhsBlasTraits RhsBlasTraits; typedef
298 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
301 * RhsBlasTraits::extractScalarFactor(prod.rhs());
324 RhsScalar, RhsBlasTraits
[all...]
/external/eigen/Eigen/src/Core/
H A DProductBase.h56 typedef typename Base::RhsBlasTraits RhsBlasTraits; \
78 typedef internal::blas_traits<_RhsNested> RhsBlasTraits; typedef in class:Eigen::ProductBase
79 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
H A DGeneralProduct.h397 typedef typename ProductType::RhsBlasTraits RhsBlasTraits; typedef
401 ActualRhsType actualRhs = RhsBlasTraits::extract(prod.rhs());
404 * RhsBlasTraits::extractScalarFactor(prod.rhs());
440 <Index,LhsScalar,ColMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsBlasTraits::NeedToConjugate>::run(
470 typedef typename ProductType::RhsBlasTraits RhsBlasTraits; typedef
473 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
476 * RhsBlasTraits::extractScalarFactor(prod.rhs());
499 <Index,LhsScalar,RowMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsBlasTraits
[all...]

Completed in 315 milliseconds