Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::nullary_wrapper< Scalar, NullaryOp, has_nullary, has_unary, has_binary > Struct Template Reference

#include <src/eigen/Eigen/src/Core/CoreEvaluators.h>

+ Inheritance diagram for Eigen::internal::nullary_wrapper< Scalar, NullaryOp, has_nullary, has_unary, has_binary >:

Public Member Functions

template<typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar operator() (const NullaryOp &op, IndexType i, IndexType j) const
 
template<typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar operator() (const NullaryOp &op, IndexType i) const
 
template<typename T , typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINEpacketOp (const NullaryOp &op, IndexType i, IndexType j) const
 
template<typename T , typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINEpacketOp (const NullaryOp &op, IndexType i) const
 

Detailed Description

template<typename Scalar, typename NullaryOp, bool has_nullary = has_nullary_operator<NullaryOp>::value, bool has_unary = has_unary_operator<NullaryOp>::value, bool has_binary = has_binary_operator<NullaryOp>::value>
struct Eigen::internal::nullary_wrapper< Scalar, NullaryOp, has_nullary, has_unary, has_binary >

Member Function Documentation

◆ operator()() [1/2]

template<typename Scalar , typename NullaryOp , bool has_nullary = has_nullary_operator<NullaryOp>::value, bool has_unary = has_unary_operator<NullaryOp>::value, bool has_binary = has_binary_operator<NullaryOp>::value>
template<typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar Eigen::internal::nullary_wrapper< Scalar, NullaryOp, has_nullary, has_unary, has_binary >::operator() ( const NullaryOp &  op,
IndexType  i 
) const
inline
349{ return op(i); }

◆ operator()() [2/2]

template<typename Scalar , typename NullaryOp , bool has_nullary = has_nullary_operator<NullaryOp>::value, bool has_unary = has_unary_operator<NullaryOp>::value, bool has_binary = has_binary_operator<NullaryOp>::value>
template<typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar Eigen::internal::nullary_wrapper< Scalar, NullaryOp, has_nullary, has_unary, has_binary >::operator() ( const NullaryOp &  op,
IndexType  i,
IndexType  j 
) const
inline
347{ return op(i,j); }

◆ packetOp() [1/2]

template<typename Scalar , typename NullaryOp , bool has_nullary = has_nullary_operator<NullaryOp>::value, bool has_unary = has_unary_operator<NullaryOp>::value, bool has_binary = has_binary_operator<NullaryOp>::value>
template<typename T , typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::nullary_wrapper< Scalar, NullaryOp, has_nullary, has_unary, has_binary >::packetOp ( const NullaryOp &  op,
IndexType  i 
) const
inline
352{ return op.template packetOp<T>(i); }

◆ packetOp() [2/2]

template<typename Scalar , typename NullaryOp , bool has_nullary = has_nullary_operator<NullaryOp>::value, bool has_unary = has_unary_operator<NullaryOp>::value, bool has_binary = has_binary_operator<NullaryOp>::value>
template<typename T , typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::nullary_wrapper< Scalar, NullaryOp, has_nullary, has_unary, has_binary >::packetOp ( const NullaryOp &  op,
IndexType  i,
IndexType  j 
) const
inline
351{ return op.template packetOp<T>(i,j); }

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