Public Types | Public Member Functions | Public Attributes

internal::linspaced_op< Scalar, RandomAccess > Struct Template Reference

#include <Functors.h>

List of all members.

Public Types

typedef packet_traits< Scalar >
::type 
Packet

Public Member Functions

 linspaced_op (Scalar low, Scalar high, int num_steps)
template<typename Index >
EIGEN_STRONG_INLINE const Scalar operator() (Index i) const
template<typename Index >
EIGEN_STRONG_INLINE const Scalar operator() (Index row, Index col) const
template<typename Index >
EIGEN_STRONG_INLINE const Packet packetOp (Index i) const
template<typename Index >
EIGEN_STRONG_INLINE const Packet packetOp (Index row, Index col) const

Public Attributes

const linspaced_op_impl
< Scalar, RandomAccess > 
impl

template<typename Scalar, bool RandomAccess>
struct internal::linspaced_op< Scalar, RandomAccess >


Member Typedef Documentation

template<typename Scalar , bool RandomAccess>
typedef packet_traits<Scalar>::type internal::linspaced_op< Scalar, RandomAccess >::Packet

Constructor & Destructor Documentation

template<typename Scalar , bool RandomAccess>
internal::linspaced_op< Scalar, RandomAccess >::linspaced_op ( Scalar  low,
Scalar  high,
int  num_steps 
) [inline]

Member Function Documentation

template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Scalar internal::linspaced_op< Scalar, RandomAccess >::operator() ( Index  i  )  const [inline]
template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Scalar internal::linspaced_op< Scalar, RandomAccess >::operator() ( Index  row,
Index  col 
) const [inline]
template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Packet internal::linspaced_op< Scalar, RandomAccess >::packetOp ( Index  i  )  const [inline]
template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Packet internal::linspaced_op< Scalar, RandomAccess >::packetOp ( Index  row,
Index  col 
) const [inline]

Member Data Documentation

template<typename Scalar , bool RandomAccess>
const linspaced_op_impl<Scalar,RandomAccess> internal::linspaced_op< Scalar, RandomAccess >::impl

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