Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::internal::linspaced_op< Scalar, RandomAccess > Struct Template Reference

#include <Functors.h>

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.

Member Typedef Documentation

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

Definition at line 611 of file Functors.h.

Constructor & Destructor Documentation

template<typename Scalar , bool RandomAccess>
Eigen::internal::linspaced_op< Scalar, RandomAccess >::linspaced_op ( const Scalar &  low,
const Scalar &  high,
DenseIndex  num_steps 
)
inline

Definition at line 612 of file Functors.h.

Member Function Documentation

template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Scalar Eigen::internal::linspaced_op< Scalar, RandomAccess >::operator() ( Index  i) const
inline

Definition at line 615 of file Functors.h.

template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Scalar Eigen::internal::linspaced_op< Scalar, RandomAccess >::operator() ( Index  row,
Index  col 
) const
inline

Definition at line 620 of file Functors.h.

template<typename Scalar , bool RandomAccess>
template<typename Index >
EIGEN_STRONG_INLINE const Packet Eigen::internal::linspaced_op< Scalar, RandomAccess >::packetOp ( Index  i) const
inline

Definition at line 627 of file Functors.h.

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

Definition at line 632 of file Functors.h.

Member Data Documentation

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

Definition at line 641 of file Functors.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:13