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

#include <NullaryFunctors.h>

Public Member Functions

EIGEN_DEVICE_FUNC linspaced_op (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 linspaced_op_impl< Scalar, NumTraits< Scalar >::IsInteger > impl
 

Detailed Description

template<typename Scalar>
struct Eigen::internal::linspaced_op< Scalar >

Definition at line 119 of file NullaryFunctors.h.

Constructor & Destructor Documentation

◆ linspaced_op()

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

Definition at line 132 of file NullaryFunctors.h.

Member Function Documentation

◆ operator()()

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

Definition at line 137 of file NullaryFunctors.h.

◆ packetOp()

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

Definition at line 140 of file NullaryFunctors.h.

Member Data Documentation

◆ impl

template<typename Scalar >
const linspaced_op_impl<Scalar,NumTraits<Scalar>::IsInteger> Eigen::internal::linspaced_op< Scalar >::impl

Definition at line 144 of file NullaryFunctors.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:58