operator+
Copyright (C) 2005 IENT-RWTH Aachen
template<class G1,class G2> inline const typename addArray<const Vector<G1>, const Vector<G2> >::self operator+(const Vector<G1> &A, const Vector<G2> &B)
Addition
Returns
The current object added with the value of the object on the right-hand-side of the operator.
See Also