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

#include <NullaryFunctors.h>

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
 

Public Attributes

const Scalar m_divisor
 
const Scalar m_low
 
const Scalar m_multiplier
 
const bool m_use_divisor
 

Detailed Description

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

Definition at line 91 of file NullaryFunctors.h.

Constructor & Destructor Documentation

◆ linspaced_op_impl()

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

Definition at line 93 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_impl< Scalar, true >::operator() ( IndexType  i) const
inline

Definition at line 102 of file NullaryFunctors.h.

Member Data Documentation

◆ m_divisor

template<typename Scalar >
const Scalar Eigen::internal::linspaced_op_impl< Scalar, true >::m_divisor

Definition at line 110 of file NullaryFunctors.h.

◆ m_low

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

Definition at line 108 of file NullaryFunctors.h.

◆ m_multiplier

template<typename Scalar >
const Scalar Eigen::internal::linspaced_op_impl< Scalar, true >::m_multiplier

Definition at line 109 of file NullaryFunctors.h.

◆ m_use_divisor

template<typename Scalar >
const bool Eigen::internal::linspaced_op_impl< Scalar, true >::m_use_divisor

Definition at line 111 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