Eigen::internal::AndReducer Struct Reference

#include <TensorFunctors.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void reduce (bool t, bool *accum) const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool initialize () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool finalize (bool accum) const
 

Member Function Documentation

◆ finalize()

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::internal::AndReducer::finalize ( bool  accum) const
inline
299 { return accum; }

◆ initialize()

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::internal::AndReducer::initialize ( ) const
inline
298 { return true; }

◆ reduce()

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::AndReducer::reduce ( bool  t,
bool accum 
) const
inline
297 { *accum = *accum && t; }
t
Definition: plotPSD.py:36

References plotPSD::t.


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