#include <ProductEvaluators.h>
Public Types | |
typedef Product< Lhs, Rhs >::Scalar | Scalar |
Static Public Member Functions | |
template<typename Dst > | |
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | addTo (Dst &dst, const Lhs &lhs, const Rhs &rhs) |
template<typename Dst > | |
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | evalTo (Dst &dst, const Lhs &lhs, const Rhs &rhs) |
template<typename Dst > | |
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | scaleAndAddTo (Dst &dst, const Lhs &lhs, const Rhs &rhs, const Scalar &alpha) |
template<typename Dst > | |
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | subTo (Dst &dst, const Lhs &lhs, const Rhs &rhs) |
Definition at line 343 of file ProductEvaluators.h.
typedef Product<Lhs,Rhs>::Scalar Eigen::internal::generic_product_impl_base< Lhs, Rhs, Derived >::Scalar |
Definition at line 345 of file ProductEvaluators.h.
|
inlinestatic |
Definition at line 352 of file ProductEvaluators.h.
|
inlinestatic |
Definition at line 348 of file ProductEvaluators.h.
|
inlinestatic |
Definition at line 360 of file ProductEvaluators.h.
|
inlinestatic |
Definition at line 356 of file ProductEvaluators.h.