C++
C#
VB
JScript
All

External Function min_element


Copyright (C) 2005 IENT-RWTH Aachen

template<class G> inline typename Vector<G>::iterator       min_element(      Vector<G> &X)
template<class G> inline typename Matrix<G>::iterator       min_element(      Matrix<G> &X)
template<class G> inline typename Vector<G>::const_iterator min_element(const Vector<G> &X)
template<class G> inline typename Matrix<G>::const_iterator min_element(const Matrix<G> &X)

Lowest position of the lowest value

Returns

An iterator describing the position