Numerical substraction of two numbers.
More...
#include <ops.hpp>
Inherits Operator< internal::substract< D1, D1, D1, config::default_backend > >.
template<typename D1, typename D2 = D1, typename D3 = D2, enum
Backend implementation = config::default_backend>
class grb::operators::subtract< D1, D2, D3, implementation >
Numerical substraction of two numbers.
Mathematical notation: \( \odot(x,y)\ \to\ x - y \).
- Note
- This is the inverse to grb::operators::add.
- Warning
- This operator expects numerical types for D1, D2, and D3, or types that have the appropriate operator- overloads available.
The documentation for this class was generated from the following file: