Home
last modified time | relevance | path

Searched refs:ndx_4_sorted_data (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/math/test/
Dowens_t_T7.hpp129 std::vector<unsigned> ndx_4_sorted_data(memory.size()); in compute_owens_t_T7() local
132 ndx_4_sorted_data[i]=i; in compute_owens_t_T7()
135 std::sort(ndx_4_sorted_data.begin(), ndx_4_sorted_data.end(), in compute_owens_t_T7()
138 val = memory[ndx_4_sorted_data[0]]; in compute_owens_t_T7()
141 val+=memory[ndx_4_sorted_data[i]]; in compute_owens_t_T7()