ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
This operation returns whether the left operand compares greater-than or equal to the right operand. More...
#include <ops.hpp>
Inherits Operator< internal::geq< D1, D1, D1, config::default_backend > >.
This operation returns whether the left operand compares greater-than or equal to the right operand.
Mathematical notation: \( \odot(x,y) \to x \geq y \).
The result is cast from bool
to D3.