Searched defs:CoeffBasedProduct (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DNoAlias.h77 EIGEN_STRONG_INLINE ExpressionType& operator+=(const CoeffBasedProduct<Lhs,Rhs,NestingFlags>& other) argument
78 { return m_expression.derived() += CoeffBasedProduct<Lhs,Rhs,NestByRefBit>(other.lhs(), other.rhs()); }
81 EIGEN_STRONG_INLINE ExpressionType& operator-=(const CoeffBasedProduct<Lhs,Rhs,NestingFlags>& other) argument
82 { return m_expression.derived() -= CoeffBasedProduct<Lhs,Rhs,NestByRefBit>(other.lhs(), other.rhs()); }
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h38 struct traits<CoeffBasedProduct<LhsNested,RhsNested,NestingFlags> >
113 class CoeffBasedProduct class in namespace:Eigen
115 public MatrixBase<CoeffBasedProduct<LhsNested, RhsNested, NestingFlags> >
119 typedef MatrixBase<CoeffBasedProduct> Base;
120 EIGEN_DENSE_PUBLIC_INTERFACE(CoeffBasedProduct)
125 typedef typename internal::traits<CoeffBasedProduct>::_LhsNested _LhsNested;
126 typedef typename internal::traits<CoeffBasedProduct>::_RhsNested _RhsNested;
130 InnerSize = internal::traits<CoeffBasedProduct>::InnerSize,
132 CanVectorizeInner = internal::traits<CoeffBasedProduct>::CanVectorizeInner
139 typedef CoeffBasedProduct<LhsNeste
143 inline CoeffBasedProduct(const CoeffBasedProduct& other) function in class:Eigen::CoeffBasedProduct
148 inline CoeffBasedProduct(const Lhs& lhs, const Rhs& rhs) function in class:Eigen::CoeffBasedProduct
[all...]

Completed in 419 milliseconds