Searched defs:LhsBlasTraits (Results 1 - 4 of 4) sorted by path

/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h418 typedef typename ProductType::LhsBlasTraits LhsBlasTraits; typedef
422 ActualLhsType actualLhs = LhsBlasTraits::extract(prod.lhs());
425 ResScalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs())
462 <Index,LhsScalar,ColMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsBlasTraits::NeedToConjugate>::run(
491 typedef typename ProductType::LhsBlasTraits LhsBlasTraits; typedef
494 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
497 ResScalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs())
521 <Index,LhsScalar,RowMajor,LhsBlasTraits
[all...]
H A DProductBase.h51 typedef typename Base::LhsBlasTraits LhsBlasTraits; \
71 typedef internal::blas_traits<_LhsNested> LhsBlasTraits; typedef in class:Eigen::ProductBase
72 typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhsType;
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h199 typedef internal::blas_traits<Lhs> LhsBlasTraits; typedef
200 typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhs;
202 typename internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
210 Scalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs().derived()) * RhsBlasTraits::extractScalarFactor(prod.rhs().derived());
230 LhsBlasTraits::NeedToConjugate && NumTraits<Scalar>::IsComplex,
244 typedef internal::blas_traits<Lhs> LhsBlasTraits; typedef
245 typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhs;
247 typename internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
255 typename ProductType::Scalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs().derived()) * RhsBlasTraits::extractScalarFactor(prod.rhs().derived());
258 typename Lhs::Scalar, _ActualLhs::Flags&RowMajorBit ? RowMajor : ColMajor, LhsBlasTraits
[all...]
H A DTriangularMatrixVector.h228 typedef typename ProductType::LhsBlasTraits LhsBlasTraits; typedef
232 typename internal::add_const_on_value_type<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
235 ResScalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs())
273 LhsScalar, LhsBlasTraits::NeedToConjugate,
304 typedef typename ProductType::LhsBlasTraits LhsBlasTraits; typedef
307 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
310 ResScalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs())
333 LhsScalar, LhsBlasTraits
[all...]

Completed in 310 milliseconds