Public Types | Static Public Member Functions | Static Protected Member Functions | List of all members
Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, CoeffBasedProductMode > Struct Template Reference

#include <ProductEvaluators.h>

Inheritance diagram for Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, CoeffBasedProductMode >:
Inheritance graph
[legend]

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 , typename Func >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void eval_dynamic (Dst &dst, const Lhs &lhs, const Rhs &rhs, const Func &func)
 
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 subTo (Dst &dst, const Lhs &lhs, const Rhs &rhs)
 

Static Protected Member Functions

template<typename Dst , typename LhsT , typename RhsT , typename Func , typename Scalar >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void eval_dynamic_impl (Dst &dst, const LhsT &lhs, const RhsT &rhs, const Func &func, const Scalar &s, false_type)
 
template<typename Dst , typename LhsT , typename RhsT , typename Func , typename Scalar >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void eval_dynamic_impl (Dst &dst, const LhsT &lhs, const RhsT &rhs, const Func &func, const Scalar &s, true_type)
 

Detailed Description

template<typename Lhs, typename Rhs>
struct Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, CoeffBasedProductMode >

Definition at line 393 of file ProductEvaluators.h.

Member Typedef Documentation

◆ Scalar

Definition at line 395 of file ProductEvaluators.h.

Member Function Documentation

◆ addTo()

template<typename Lhs , typename Rhs >
template<typename Dst >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, CoeffBasedProductMode >::addTo ( Dst &  dst,
const Lhs lhs,
const Rhs rhs 
)
inlinestatic

Definition at line 406 of file ProductEvaluators.h.

◆ eval_dynamic()

template<typename Lhs , typename Rhs >
template<typename Dst , typename Func >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, CoeffBasedProductMode >::eval_dynamic ( Dst &  dst,
const Lhs lhs,
const Rhs rhs,
const Func &  func 
)
inlinestatic

Definition at line 435 of file ProductEvaluators.h.

◆ eval_dynamic_impl() [1/2]

template<typename Lhs , typename Rhs >
template<typename Dst , typename LhsT , typename RhsT , typename Func , typename Scalar >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, CoeffBasedProductMode >::eval_dynamic_impl ( Dst &  dst,
const LhsT &  lhs,
const RhsT &  rhs,
const Func &  func,
const Scalar s,
false_type   
)
inlinestaticprotected

Definition at line 458 of file ProductEvaluators.h.

◆ eval_dynamic_impl() [2/2]

template<typename Lhs , typename Rhs >
template<typename Dst , typename LhsT , typename RhsT , typename Func , typename Scalar >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, CoeffBasedProductMode >::eval_dynamic_impl ( Dst &  dst,
const LhsT &  lhs,
const RhsT &  rhs,
const Func &  func,
const Scalar s,
true_type   
)
inlinestaticprotected

Definition at line 467 of file ProductEvaluators.h.

◆ evalTo()

template<typename Lhs , typename Rhs >
template<typename Dst >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, CoeffBasedProductMode >::evalTo ( Dst &  dst,
const Lhs lhs,
const Rhs rhs 
)
inlinestatic

Definition at line 398 of file ProductEvaluators.h.

◆ subTo()

template<typename Lhs , typename Rhs >
template<typename Dst >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::generic_product_impl< Lhs, Rhs, DenseShape, DenseShape, CoeffBasedProductMode >::subTo ( Dst &  dst,
const Lhs lhs,
const Rhs rhs 
)
inlinestatic

Definition at line 413 of file ProductEvaluators.h.


The documentation for this struct was generated from the following file:


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:12:02