v1.0
Public Member Functions
|
List of all members
Eigen::internal::bit_and< bool > Struct Reference
#include <
GenericPacketMath.h
>
Public Member Functions
EIGEN_DEVICE_FUNC
EIGEN_CONSTEXPR
EIGEN_ALWAYS_INLINE
bool
operator()
(const
bool
&
a
, const
bool
&
b
) const
Member Function Documentation
◆
operator()()
EIGEN_DEVICE_FUNC
EIGEN_CONSTEXPR
EIGEN_ALWAYS_INLINE
bool
Eigen::internal::bit_and
<
bool
>::operator()
(
const
bool
&
a
,
const
bool
&
b
)
const
inline
472
{
473
return
a
&&
b
;
474
}
b
Scalar * b
Definition:
benchVecAdd.cpp:17
a
const Scalar * a
Definition:
level2_cplx_impl.h:32
References
a
, and
b
.
The documentation for this struct was generated from the following file:
GenericPacketMath.h
Eigen
internal
bit_and< bool >
Generated on Wed Aug 27 2025 17:07:38 for MercuryDPM by
1.9.1