Public Types | Public Member Functions | Protected Types | List of all members
Eigen::internal::restricted_packet_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor > Class Template Reference

#include <AssignEvaluator.h>

Inheritance diagram for Eigen::internal::restricted_packet_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor >:
Inheritance graph
[legend]

Public Types

typedef copy_using_evaluator_traits< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, 4 > AssignmentTraits
 
typedef Base::DstXprType DstXprType
 
typedef AssignmentTraits::PacketType PacketType
 
typedef Base::Scalar Scalar
 
- Public Types inherited from Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, BuiltIn >
typedef copy_using_evaluator_traits< DstEvaluatorTypeT, SrcEvaluatorTypeT, FunctorAssignmentTraits
 
typedef DstEvaluatorTypeT DstEvaluatorType
 
typedef AssignmentTraits::PacketType PacketType
 
typedef DstEvaluatorType::Scalar Scalar
 
typedef SrcEvaluatorTypeT SrcEvaluatorType
 

Public Member Functions

EIGEN_DEVICE_FUNC restricted_packet_dense_assignment_kernel (DstEvaluatorTypeT &dst, const SrcEvaluatorTypeT &src, const Functor &func, DstXprType &dstExpr)
 
- Public Member Functions inherited from Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, BuiltIn >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void assignCoeff (Index row, Index col)
 Assign src(row,col) to dst(row,col) through the assignment functor. More...
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void assignCoeff (Index index)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void assignCoeffByOuterInner (Index outer, Index inner)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void assignPacket (Index row, Index col)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void assignPacket (Index index)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void assignPacketByOuterInner (Index outer, Index inner)
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC const ScalardstDataPtr () const
 
EIGEN_DEVICE_FUNC DstEvaluatorTypedstEvaluator () EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE generic_dense_assignment_kernel (DstEvaluatorType &dst, const SrcEvaluatorType &src, const Functor &func, DstXprType &dstExpr)
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index innerSize () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index outerSize () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index outerStride () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index size () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC const SrcEvaluatorTypesrcEvaluator () const EIGEN_NOEXCEPT
 

Protected Types

typedef generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, BuiltInBase
 
- Protected Types inherited from Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, BuiltIn >
typedef DstEvaluatorTypeT::XprType DstXprType
 
typedef SrcEvaluatorTypeT::XprType SrcXprType
 

Additional Inherited Members

- Static Public Member Functions inherited from Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, BuiltIn >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index colIndexByOuterInner (Index outer, Index inner)
 
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index rowIndexByOuterInner (Index outer, Index inner)
 
- Protected Attributes inherited from Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, BuiltIn >
DstEvaluatorTypem_dst
 
DstXprTypem_dstExpr
 
const Functorm_functor
 
const SrcEvaluatorTypem_src
 

Detailed Description

template<typename DstEvaluatorTypeT, typename SrcEvaluatorTypeT, typename Functor>
class Eigen::internal::restricted_packet_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor >

Definition at line 728 of file AssignEvaluator.h.

Member Typedef Documentation

◆ AssignmentTraits

template<typename DstEvaluatorTypeT , typename SrcEvaluatorTypeT , typename Functor >
typedef copy_using_evaluator_traits<DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, 4> Eigen::internal::restricted_packet_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor >::AssignmentTraits

Definition at line 735 of file AssignEvaluator.h.

◆ Base

template<typename DstEvaluatorTypeT , typename SrcEvaluatorTypeT , typename Functor >
typedef generic_dense_assignment_kernel<DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, BuiltIn> Eigen::internal::restricted_packet_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor >::Base
protected

Definition at line 731 of file AssignEvaluator.h.

◆ DstXprType

template<typename DstEvaluatorTypeT , typename SrcEvaluatorTypeT , typename Functor >
typedef Base::DstXprType Eigen::internal::restricted_packet_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor >::DstXprType

Definition at line 734 of file AssignEvaluator.h.

◆ PacketType

template<typename DstEvaluatorTypeT , typename SrcEvaluatorTypeT , typename Functor >
typedef AssignmentTraits::PacketType Eigen::internal::restricted_packet_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor >::PacketType

Definition at line 736 of file AssignEvaluator.h.

◆ Scalar

template<typename DstEvaluatorTypeT , typename SrcEvaluatorTypeT , typename Functor >
typedef Base::Scalar Eigen::internal::restricted_packet_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor >::Scalar

Definition at line 733 of file AssignEvaluator.h.

Constructor & Destructor Documentation

◆ restricted_packet_dense_assignment_kernel()

template<typename DstEvaluatorTypeT , typename SrcEvaluatorTypeT , typename Functor >
EIGEN_DEVICE_FUNC Eigen::internal::restricted_packet_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor >::restricted_packet_dense_assignment_kernel ( DstEvaluatorTypeT &  dst,
const SrcEvaluatorTypeT &  src,
const Functor func,
DstXprType dstExpr 
)
inline

Definition at line 738 of file AssignEvaluator.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:45:22