Public Member Functions | Public Attributes | List of all members
CwiseClampOp< Scalar > Struct Template Reference

Public Member Functions

 CwiseClampOp (const Scalar &inf, const Scalar &sup)
 
const Scalar operator() (const Scalar &x) const
 

Public Attributes

Scalar m_inf
 
Scalar m_sup
 

Detailed Description

template<typename Scalar>
struct CwiseClampOp< Scalar >

Definition at line 8 of file class_CwiseUnaryOp.cpp.

Constructor & Destructor Documentation

◆ CwiseClampOp()

template<typename Scalar >
CwiseClampOp< Scalar >::CwiseClampOp ( const Scalar inf,
const Scalar sup 
)
inline

Definition at line 9 of file class_CwiseUnaryOp.cpp.

Member Function Documentation

◆ operator()()

template<typename Scalar >
const Scalar CwiseClampOp< Scalar >::operator() ( const Scalar x) const
inline

Definition at line 10 of file class_CwiseUnaryOp.cpp.

Member Data Documentation

◆ m_inf

template<typename Scalar >
Scalar CwiseClampOp< Scalar >::m_inf

Definition at line 11 of file class_CwiseUnaryOp.cpp.

◆ m_sup

template<typename Scalar >
Scalar CwiseClampOp< Scalar >::m_sup

Definition at line 11 of file class_CwiseUnaryOp.cpp.


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


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