Public Types | Public Member Functions | Public Attributes

internal::scalar_constant_op< Scalar > Struct Template Reference

#include <Functors.h>

List of all members.

Public Types

typedef packet_traits< Scalar >
::type 
Packet

Public Member Functions

EIGEN_STRONG_INLINE scalar_constant_op (const scalar_constant_op &other)
EIGEN_STRONG_INLINE scalar_constant_op (const Scalar &other)
template<typename Index >
EIGEN_STRONG_INLINE const Scalar operator() (Index, Index=0) const
template<typename Index >
EIGEN_STRONG_INLINE const Packet packetOp (Index, Index=0) const

Public Attributes

const Scalar m_other

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


Member Typedef Documentation

template<typename Scalar >
typedef packet_traits<Scalar>::type internal::scalar_constant_op< Scalar >::Packet

Constructor & Destructor Documentation

template<typename Scalar >
EIGEN_STRONG_INLINE internal::scalar_constant_op< Scalar >::scalar_constant_op ( const scalar_constant_op< Scalar > &  other  )  [inline]
template<typename Scalar >
EIGEN_STRONG_INLINE internal::scalar_constant_op< Scalar >::scalar_constant_op ( const Scalar &  other  )  [inline]

Member Function Documentation

template<typename Scalar >
template<typename Index >
EIGEN_STRONG_INLINE const Scalar internal::scalar_constant_op< Scalar >::operator() ( Index  ,
Index  = 0 
) const [inline]
template<typename Scalar >
template<typename Index >
EIGEN_STRONG_INLINE const Packet internal::scalar_constant_op< Scalar >::packetOp ( Index  ,
Index  = 0 
) const [inline]

Member Data Documentation

template<typename Scalar >
const Scalar internal::scalar_constant_op< Scalar >::m_other

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