TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::internal::linspaced_op_impl< Scalar, false > Struct Template Reference

#include <NullaryFunctors.h>

Public Types

typedef NumTraits< Scalar >::Real RealScalar
 

Public Member Functions

EIGEN_DEVICE_FUNC linspaced_op_impl (const Scalar &low, const Scalar &high, Index num_steps)
 
template<typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() (IndexType i) const
 
template<typename Packet , typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet packetOp (IndexType i) const
 

Public Attributes

const Scalar m_low
 
const Scalar m_high
 
const Index m_size1
 
const Scalar m_step
 
const bool m_flip
 

Member Typedef Documentation

◆ RealScalar

Constructor & Destructor Documentation

◆ linspaced_op_impl()

template<typename Scalar >
EIGEN_DEVICE_FUNC Eigen::internal::linspaced_op_impl< Scalar, false >::linspaced_op_impl ( const Scalar low,
const Scalar high,
Index  num_steps 
)
inline

Member Function Documentation

◆ operator()()

template<typename Scalar >
template<typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar Eigen::internal::linspaced_op_impl< Scalar, false >::operator() ( IndexType  i) const
inline

◆ packetOp()

template<typename Scalar >
template<typename Packet , typename IndexType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Packet Eigen::internal::linspaced_op_impl< Scalar, false >::packetOp ( IndexType  i) const
inline

Member Data Documentation

◆ m_flip

◆ m_high

◆ m_low

◆ m_size1

◆ m_step


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