C++
C#
VB
JScript
All

External Function operator/


Copyright (C) 2005 IENT-RWTH Aachen

template<class G1,class G2> inline const typename eledivArray<const Vector<G1>, const Vector<G2> >::self operator/(const Vector<G1> &A, const Vector<G2> &B)

Division (element-wise)

Returns

The current object divided by the one on the right.

See Also

inv, operator*