C++
C#
VB
JScript
All

External Function operator-


Copyright (C) 2005 IENT-RWTH Aachen

template<class G> inline const typename negArray<const Vector<G> >::self operator-(const Vector<G> &A)
template<class G1,class G2> inline const typename minusArray<const Vector<G1>, const Vector<G2> >::self operator-(const Vector<G1> &A, const Vector<G2> &B)

Negation/Substraction

Returns

The negation of the argument.