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

  /external/eigen/Eigen/src/Core/
ProductBase.h 51 typedef typename Base::LhsBlasTraits LhsBlasTraits; \
71 typedef internal::blas_traits<_LhsNested> LhsBlasTraits;
72 typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhsType;
GeneralProduct.h 396 typedef typename ProductType::LhsBlasTraits LhsBlasTraits;
400 ActualLhsType actualLhs = LhsBlasTraits::extract(prod.lhs());
403 ResScalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs())
440 <Index,LhsScalar,ColMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsBlasTraits::NeedToConjugate>::run(
469 typedef typename ProductType::LhsBlasTraits LhsBlasTraits;
472 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
475 ResScalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs())
499 <Index,LhsScalar,RowMajor,LhsBlasTraits::NeedToConjugate,RhsScalar,RhsBlasTraits::NeedToConjugate>::run
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 188 typedef internal::blas_traits<Lhs> LhsBlasTraits;
189 typedef typename LhsBlasTraits::DirectLinearAccessType ActualLhs;
191 typename internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
199 typename ProductDerived::Scalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs().derived()) * RhsBlasTraits::extractScalarFactor(prod.rhs().derived());
202 typename Lhs::Scalar, _ActualLhs::Flags&RowMajorBit ? RowMajor : ColMajor, LhsBlasTraits::NeedToConjugate,
TriangularMatrixVector.h 218 typedef typename ProductType::LhsBlasTraits LhsBlasTraits;
222 typename internal::add_const_on_value_type<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
225 ResScalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs())
263 LhsScalar, LhsBlasTraits::NeedToConjugate,
294 typedef typename ProductType::LhsBlasTraits LhsBlasTraits;
297 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
300 ResScalar actualAlpha = alpha * LhsBlasTraits::extractScalarFactor(prod.lhs())
323 LhsScalar, LhsBlasTraits::NeedToConjugate
    [all...]

Completed in 134 milliseconds