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 const EIGEN_STRONG_INLINE Scalar operator() (IndexType i) const
 
template<typename Packet , typename IndexType >
EIGEN_DEVICE_FUNC const EIGEN_STRONG_INLINE Packet packetOp (IndexType i) const
 

Public Attributes

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

Detailed Description

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

Definition at line 43 of file NullaryFunctors.h.

Member Typedef Documentation

◆ RealScalar

template<typename Scalar >
typedef NumTraits<Scalar>::Real Eigen::internal::linspaced_op_impl< Scalar, false >::RealScalar

Definition at line 45 of file NullaryFunctors.h.

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

Definition at line 47 of file NullaryFunctors.h.

Member Function Documentation

◆ operator()()

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

Definition at line 53 of file NullaryFunctors.h.

◆ packetOp()

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

Definition at line 61 of file NullaryFunctors.h.

Member Data Documentation

◆ m_flip

template<typename Scalar >
const bool Eigen::internal::linspaced_op_impl< Scalar, false >::m_flip

Definition at line 87 of file NullaryFunctors.h.

◆ m_high

template<typename Scalar >
const Scalar Eigen::internal::linspaced_op_impl< Scalar, false >::m_high

Definition at line 84 of file NullaryFunctors.h.

◆ m_low

template<typename Scalar >
const Scalar Eigen::internal::linspaced_op_impl< Scalar, false >::m_low

Definition at line 83 of file NullaryFunctors.h.

◆ m_size1

template<typename Scalar >
const Index Eigen::internal::linspaced_op_impl< Scalar, false >::m_size1

Definition at line 85 of file NullaryFunctors.h.

◆ m_step

template<typename Scalar >
const Scalar Eigen::internal::linspaced_op_impl< Scalar, false >::m_step

Definition at line 86 of file NullaryFunctors.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:12:09