C++
C#
VB
JScript
All

External Function ele_max


Copyright (C) 2005 IENT-RWTH Aachen

template<class G1,class G2> inline const typename maxArray<const Vector<G1>, const Vector<G2> >::self ele_max(const Vector<G1> &A, const Vector<G2> &B)
template<class V,class G> inline typename bindmaxArray<const Vector<G> >::self ele_max(const V &a, const Vector<G> &A)
template<class V,class G> inline typename bindmaxArray<const Matrix<G> >::self ele_max(const V &a, const Matrix<G> &A)
template<class G,class V> inline typename bindmaxArray<const Vector<G> >::self ele_max(const Vector<G> &A, const V &a)
template<class G,class V> inline typename bindmaxArray<const Matrix<G> >::self ele_max(const Matrix<G> &A, const V &a)

Maximum value (element-wise)

See Also

ele_min