Searched refs:ScaledProduct (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DProductBase.h188 class ScaledProduct;
197 const ScaledProduct<Derived>
199 { return ScaledProduct<Derived>(prod.derived(), x); }
203 const ScaledProduct<Derived> >::type
205 { return ScaledProduct<Derived>(prod.derived(), x); }
209 const ScaledProduct<Derived>
211 { return ScaledProduct<Derived>(prod.derived(), x); }
215 const ScaledProduct<Derived> >::type
217 { return ScaledProduct<Derived>(prod.derived(), x); }
221 struct traits<ScaledProduct<NestedProduc
231 class ScaledProduct class in namespace:Eigen
244 ScaledProduct(const NestedProduct& prod, const Scalar& x) function in class:Eigen::ScaledProduct
[all...]
H A DTriangularMatrix.h400 EIGEN_STRONG_INLINE TriangularView& operator=(const ScaledProduct<ProductDerived>& other)
407 EIGEN_STRONG_INLINE TriangularView& operator+=(const ScaledProduct<ProductDerived>& other)
413 EIGEN_STRONG_INLINE TriangularView& operator-=(const ScaledProduct<ProductDerived>& other)

Completed in 322 milliseconds