![]() |
Prusa Slicer 2.6.0
|
#include <src/eigen/Eigen/src/Core/AssignEvaluator.h>
Inheritance diagram for Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version >:Public Types | |
| typedef DstEvaluatorTypeT | DstEvaluatorType |
| typedef SrcEvaluatorTypeT | SrcEvaluatorType |
| typedef DstEvaluatorType::Scalar | Scalar |
| typedef copy_using_evaluator_traits< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor > | AssignmentTraits |
| typedef AssignmentTraits::PacketType | PacketType |
Public Member Functions | |
| EIGEN_DEVICE_FUNC | generic_dense_assignment_kernel (DstEvaluatorType &dst, const SrcEvaluatorType &src, const Functor &func, DstXprType &dstExpr) |
| EIGEN_DEVICE_FUNC Index | size () const |
| EIGEN_DEVICE_FUNC Index | innerSize () const |
| EIGEN_DEVICE_FUNC Index | outerSize () const |
| EIGEN_DEVICE_FUNC Index | rows () const |
| EIGEN_DEVICE_FUNC Index | cols () const |
| EIGEN_DEVICE_FUNC Index | outerStride () const |
| EIGEN_DEVICE_FUNC DstEvaluatorType & | dstEvaluator () |
| EIGEN_DEVICE_FUNC const SrcEvaluatorType & | srcEvaluator () const |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignCoeff (Index row, Index col) |
| Assign src(row,col) to dst(row,col) through the assignment functor. | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignCoeff (Index index) |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignCoeffByOuterInner (Index outer, Index inner) |
| template<int StoreMode, int LoadMode, typename PacketType > | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignPacket (Index row, Index col) |
| template<int StoreMode, int LoadMode, typename PacketType > | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignPacket (Index index) |
| template<int StoreMode, int LoadMode, typename PacketType > | |
| EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | assignPacketByOuterInner (Index outer, Index inner) |
| EIGEN_DEVICE_FUNC const Scalar * | dstDataPtr () const |
Static Public Member Functions | |
| static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index | rowIndexByOuterInner (Index outer, Index inner) |
| static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index | colIndexByOuterInner (Index outer, Index inner) |
Protected Types | |
| typedef DstEvaluatorTypeT::XprType | DstXprType |
| typedef SrcEvaluatorTypeT::XprType | SrcXprType |
Protected Attributes | |
| DstEvaluatorType & | m_dst |
| const SrcEvaluatorType & | m_src |
| const Functor & | m_functor |
| DstXprType & | m_dstExpr |
| typedef copy_using_evaluator_traits<DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor> Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version >::AssignmentTraits |
| typedef DstEvaluatorTypeT Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version >::DstEvaluatorType |
|
protected |
| typedef AssignmentTraits::PacketType Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version >::PacketType |
| typedef DstEvaluatorType::Scalar Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version >::Scalar |
| typedef SrcEvaluatorTypeT Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, Functor, Version >::SrcEvaluatorType |
|
protected |
|
inline |
|
inline |
|
inline |
Assign src(row,col) to dst(row,col) through the assignment functor.
Here is the call graph for this function:
|
inline |
Here is the call graph for this function:
|
inline |
|
inline |
|
inline |
Here is the call graph for this function:
|
inlinestatic |
References Eigen::RowMajorBit.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
References Eigen::RowMajorBit.
|
inline |
|
inline |
|
inline |
|
protected |
Referenced by Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, swap_assign_op< typename DstEvaluatorTypeT::Scalar >, Specialized >::assignPacket(), and Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, swap_assign_op< typename DstEvaluatorTypeT::Scalar >, Specialized >::assignPacket().
|
protected |
|
protected |
|
protected |
Referenced by Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, swap_assign_op< typename DstEvaluatorTypeT::Scalar >, Specialized >::assignPacket(), and Eigen::internal::generic_dense_assignment_kernel< DstEvaluatorTypeT, SrcEvaluatorTypeT, swap_assign_op< typename DstEvaluatorTypeT::Scalar >, Specialized >::assignPacket().