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

Public Types

typedef packet_traits< Scalar >::type Packet
 

Public Member Functions

 linspaced_op (const Scalar &low, const Scalar &high, DenseIndex 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
 

Detailed Description

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

Definition at line 606 of file Functors.h.


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