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