Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::scalar_constant_op< Scalar > Struct Template Reference

#include <src/eigen/Eigen/src/Core/functors/NullaryFunctors.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op (const scalar_constant_op &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op (const Scalar &other)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() () const
 
template<typename PacketType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const PacketType packetOp () const
 

Public Attributes

const Scalar m_other
 

Detailed Description

template<typename Scalar>
struct Eigen::internal::scalar_constant_op< Scalar >

Constructor & Destructor Documentation

◆ scalar_constant_op() [1/2]

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::scalar_constant_op< Scalar >::scalar_constant_op ( const scalar_constant_op< Scalar > &  other)
inline
19: m_other(other.m_other) { }
const Scalar m_other
Definition NullaryFunctors.h:24

◆ scalar_constant_op() [2/2]

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::scalar_constant_op< Scalar >::scalar_constant_op ( const Scalar &  other)
inline
20: m_other(other) { }

Member Function Documentation

◆ operator()()

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar Eigen::internal::scalar_constant_op< Scalar >::operator() ( ) const
inline

◆ packetOp()

template<typename Scalar >
template<typename PacketType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const PacketType Eigen::internal::scalar_constant_op< Scalar >::packetOp ( ) const
inline
23{ return internal::pset1<PacketType>(m_other); }

References Eigen::internal::scalar_constant_op< Scalar >::m_other.

Member Data Documentation

◆ m_other


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