HomeSort by relevance Sort by last modified time
    Searched refs:LhsNestedCleaned (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
Product.h 90 typedef typename internal::remove_all<LhsNested>::type LhsNestedCleaned;
103 EIGEN_DEVICE_FUNC const LhsNestedCleaned& lhs() const { return m_lhs; }
ProductEvaluators.h 116 // typedef typename internal::remove_all<LhsNested>::type LhsNestedCleaned;
122 // generic_product_impl<LhsNestedCleaned, RhsNestedCleaned>::evalTo(m_result, lhs, rhs);
475 typedef typename internal::remove_all<LhsNested>::type LhsNestedCleaned;
478 typedef evaluator<LhsNestedCleaned> LhsEtorType;
482 RowsAtCompileTime = LhsNestedCleaned::RowsAtCompileTime,
484 InnerSize = EIGEN_SIZE_MIN_PREFER_FIXED(LhsNestedCleaned::ColsAtCompileTime, RhsNestedCleaned::RowsAtCompileTime),
485 MaxRowsAtCompileTime = LhsNestedCleaned::MaxRowsAtCompileTime,
513 LhsAlignment = EIGEN_PLAIN_ENUM_MIN(LhsEtorType::Alignment,LhsVecPacketSize*int(sizeof(typename LhsNestedCleaned::Scalar))),
516 SameType = is_same<typename LhsNestedCleaned::Scalar,typename RhsNestedCleaned::Scalar>::value,
531 LhsOuterStrideBytes = int(LhsNestedCleaned::OuterStrideAtCompileTime) * int(sizeof(typename LhsNestedCleaned::Scalar))
    [all...]

Completed in 79 milliseconds