HomeSort by relevance Sort by last modified time
    Searched defs:RhsBlasTraits (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Core/
ProductBase.h 56 typedef typename Base::RhsBlasTraits RhsBlasTraits; \
78 typedef internal::blas_traits<_RhsNested> RhsBlasTraits;
79 typedef typename RhsBlasTraits::DirectLinearAccessType ActualRhsType;
GeneralProduct.h 397 typedef typename ProductType::RhsBlasTraits RhsBlasTraits;
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;
473 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
476 * RhsBlasTraits::extractScalarFactor(prod.rhs());
499 <Index,LhsScalar,RowMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsBlasTraits::NeedToConjugate>::run
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 194 typedef internal::blas_traits<Rhs> RhsBlasTraits;
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,
TriangularMatrixVector.h 219 typedef typename ProductType::RhsBlasTraits RhsBlasTraits;
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;
298 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
301 * RhsBlasTraits::extractScalarFactor(prod.rhs());
324 RhsScalar, RhsBlasTraits::NeedToConjugate
    [all...]

Completed in 361 milliseconds