/*! 
     * \brief Compute the Inf-norm of a vector.
     */
    static typename Teuchos::ScalarTraits<scalar_type>::magnitudeType 
    normInf( const vector_type& vector )
    {
	return vector.normInf();
    }