-
operator (x:Integer16 - y:Integer16) -> Integer16
operator (x:Integer32 - y:Integer32) -> Integer32
operator (x:Integer64 - y:Integer64) -> Integer64
operator (x:Integer8 - y:Integer8) -> Integer8
operator (x:Real32 - y:Real32) -> Real32
operator (x:Real64 - y:Real64) -> Real64
operator (y:Expression<Integer> - z:Expression<Integer>) -> DiscreteSubtract
Lazy subtract.
operator (y:Integer - z:Expression<Integer>) -> DiscreteSubtract
Lazy subtract.
operator (y:Expression<Integer> - z:Integer) -> DiscreteSubtract
Lazy subtract.
operator (y:Expression<Real[_,_]> - z:Expression<Real[_,_]>) -> MatrixSubtract
Lazy matrix subtract.
operator (y:Real[_,_] - z:Expression<Real[_,_]>) -> MatrixSubtract
Lazy matrix subtract.
operator (y:Expression<Real[_,_]> - z:Real[_,_]) -> MatrixSubtract
Lazy matrix subtract.
operator (y:Expression<Real[_]> - z:Expression<Real[_]>) -> MultivariateSubtract
Lazy subtract.
operator (y:Real[_] - z:Expression<Real[_]>) -> MultivariateSubtract
Lazy subtract.
operator (y:Expression<Real[_]> - z:Real[_]) -> MultivariateSubtract
Lazy subtract.
operator (y:Expression<Real> - z:Expression<Real>) -> Subtract
Lazy subtract.
operator (y:Real - z:Expression<Real>) -> Subtract
Lazy subtract.
operator (y:Expression<Real> - z:Real) -> Subtract
Lazy subtract.
operator (x:Real[_] - y:Real[_]) -> Real[_]
operator (X:Real[_,_] - Y:Real[_,_]) -> Real[_,_]
operator (x:Integer[_] - y:Integer[_]) -> Integer[_]
operator (X:Integer[_,_] - Y:Integer[_,_]) -> Integer[_,_]