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