Static Public Member Functions | List of all members
Eigen::internal::operator_bitwise_helper< T > Struct Template Reference

#include <GenericPacketMath.h>

Inheritance diagram for Eigen::internal::operator_bitwise_helper< T >:
Inheritance graph
[legend]

Static Public Member Functions

static EIGEN_DEVICE_FUNC T bitwise_and (const T &a, const T &b)
 
static EIGEN_DEVICE_FUNC T bitwise_not (const T &a)
 
static EIGEN_DEVICE_FUNC T bitwise_or (const T &a, const T &b)
 
static EIGEN_DEVICE_FUNC T bitwise_xor (const T &a, const T &b)
 

Detailed Description

template<typename T>
struct Eigen::internal::operator_bitwise_helper< T >

Definition at line 346 of file GenericPacketMath.h.

Member Function Documentation

◆ bitwise_and()

template<typename T >
static EIGEN_DEVICE_FUNC T Eigen::internal::operator_bitwise_helper< T >::bitwise_and ( const T a,
const T b 
)
inlinestatic

Definition at line 347 of file GenericPacketMath.h.

◆ bitwise_not()

template<typename T >
static EIGEN_DEVICE_FUNC T Eigen::internal::operator_bitwise_helper< T >::bitwise_not ( const T a)
inlinestatic

Definition at line 350 of file GenericPacketMath.h.

◆ bitwise_or()

template<typename T >
static EIGEN_DEVICE_FUNC T Eigen::internal::operator_bitwise_helper< T >::bitwise_or ( const T a,
const T b 
)
inlinestatic

Definition at line 348 of file GenericPacketMath.h.

◆ bitwise_xor()

template<typename T >
static EIGEN_DEVICE_FUNC T Eigen::internal::operator_bitwise_helper< T >::bitwise_xor ( const T a,
const T b 
)
inlinestatic

Definition at line 349 of file GenericPacketMath.h.


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


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