Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions | Public Attributes
Eigen::internal::linspaced_op_impl< Scalar, true > Struct Template Reference

Public Types

typedef packet_traits< Scalar >::type Packet
 

Public Member Functions

 linspaced_op_impl (const Scalar &low, const Scalar &step)
 
template<typename Index >
EIGEN_STRONG_INLINE const Scalar operator() (Index i) const
 
template<typename Index >
EIGEN_STRONG_INLINE const Packet packetOp (Index i) const
 

Public Attributes

const Scalar m_low
 
const Scalar m_step
 
const Packet m_lowPacket
 
const Packet m_stepPacket
 
const Packet m_interPacket
 

Detailed Description

template<typename Scalar>
struct Eigen::internal::linspaced_op_impl< Scalar, true >

Definition at line 579 of file Functors.h.


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