Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/range/v3/numeric.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 ///////////////////////////////////////////////////////////////////////////////
0002 /// \file numeric.hpp
0003 ///   Contains range-based versions of the numeric algorithms
0004 //
0005 // Copyright Eric Niebler 2014-present
0006 //
0007 // Distributed under the Boost Software License, Version 1.0. (See
0008 // accompanying file LICENSE_1_0.txt or copy at
0009 // http://www.boost.org/LICENSE_1_0.txt)
0010 
0011 #ifndef RANGES_V3_NUMERIC_HPP
0012 #define RANGES_V3_NUMERIC_HPP
0013 
0014 #include <range/v3/numeric/accumulate.hpp>
0015 #include <range/v3/numeric/adjacent_difference.hpp>
0016 #include <range/v3/numeric/inner_product.hpp>
0017 #include <range/v3/numeric/iota.hpp>
0018 #include <range/v3/numeric/partial_sum.hpp>
0019 
0020 #endif