Searched defs:ProductBase (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DNoAlias.h69 EIGEN_STRONG_INLINE ExpressionType& operator+=(const ProductBase<ProductDerived, Lhs,Rhs>& other) argument
73 EIGEN_STRONG_INLINE ExpressionType& operator-=(const ProductBase<ProductDerived, Lhs,Rhs>& other) argument
H A DProductBase.h15 /** \class ProductBase
22 struct traits<ProductBase<Derived,_Lhs,_Rhs> >
47 typedef ProductBase<Derived, Lhs, Rhs > Base; \
63 class ProductBase : public MatrixBase<Derived> class in namespace:Eigen
67 EIGEN_DENSE_PUBLIC_INTERFACE(ProductBase)
90 ProductBase(const Lhs& a_lhs, const Rhs& a_rhs) function in class:Eigen::ProductBase
191 // functions of ProductBase, because, otherwise we would have to
198 operator*(const ProductBase<Derived,Lhs,Rhs>& prod, const typename Derived::Scalar& x) argument
204 operator*(const ProductBase<Derived,Lhs,Rhs>& prod, const typename Derived::RealScalar& x) argument
210 operator*(const typename Derived::Scalar& x,const ProductBase<Derive argument
216 operator *(const typename Derived::RealScalar& x,const ProductBase<Derived,Lhs,Rhs>& prod) argument
270 lazyAssign(const ProductBase<ProductDerived, Lhs,Rhs>& other) argument
[all...]
H A DTriangularMatrix.h380 EIGEN_STRONG_INLINE TriangularView& operator=(const ProductBase<ProductDerived, Lhs,Rhs>& other) argument
387 EIGEN_STRONG_INLINE TriangularView& operator+=(const ProductBase<ProductDerived, Lhs,Rhs>& other) argument
393 EIGEN_STRONG_INLINE TriangularView& operator-=(const ProductBase<ProductDerived, Lhs,Rhs>& other) argument
421 EIGEN_STRONG_INLINE TriangularView& assignProduct(const ProductBase<ProductDerived, Lhs,Rhs>& prod, const Scalar& alpha);
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h269 TriangularView<MatrixType,UpLo>& TriangularView<MatrixType,UpLo>::assignProduct(const ProductBase<ProductDerived, _Lhs,_Rhs>& prod, const Scalar& alpha) argument

Completed in 764 milliseconds