30 {
return static_cast<TimePropag>(
static_cast<int>(a) &
static_cast<int>(b)); }
33 {
return static_cast<TimePropag>(
static_cast<int>(a) |
static_cast<int>(b)); }
52 case TimePropag::FWD_BWD:
auto operator&(const MatrixBase< OtherDerived > &x) const
Returns the element-wise intersection of this matrix with another.
Definition codac2_Matrix_addons_IntervalMatrixBase.h:264
Definition codac2_OctaSym.h:21
std::ostream & operator<<(std::ostream &os, const BoolInterval &x)
Streams out a BoolInterval.
Definition codac2_BoolInterval.h:131
TimePropag
Enumeration specifying the temporal propagation way (forward or backward in time).
Definition codac2_TimePropag.h:23