ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
This operation returns the squared difference between two numbers. More...
#include <ops.hpp>
Inherits Operator< internal::square_diff< D1, D2, D3, config::default_backend > >.
This operation returns the squared difference between two numbers.
Mathematical notation: \( \odot(x,y) \to (x-y)^2 \).