|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Sort Arrays. More...
#include <gsl/gsl_rng.h>#include <chrono>#include <vector>#include <sstream>#include <array>#include <algorithm>#include <functional>#include <iostream>#include <ranges>#include <numeric>#include <stdexcept>#include <gtest/gtest.h>#include <ah-string-utils.H>#include <ah-stl-utils.H>#include <ahSort.H>Go to the source code of this file.
Classes | |
| struct | SimpleArray |
| struct | TenVectors |
Functions | |
| TEST_F (SimpleArray, sort) | |
| TEST_F (TenVectors, sort) | |
| TEST (MultiSortArrays, stable_with_duplicates) | |
| TEST (MultiSortArrays, size_mismatch_throws) | |
Tests for Sort Arrays.
Definition in file sort_arrays.cc.
| TEST | ( | MultiSortArrays | , |
| size_mismatch_throws | |||
| ) |
Definition at line 136 of file sort_arrays.cc.
References Aleph::in_place_multisort_arrays(), and Aleph::maps().
| TEST | ( | MultiSortArrays | , |
| stable_with_duplicates | |||
| ) |
Definition at line 123 of file sort_arrays.cc.
References Aleph::in_place_multisort_arrays(), and Aleph::maps().
| TEST_F | ( | SimpleArray | , |
| sort | |||
| ) |
Definition at line 101 of file sort_arrays.cc.
References Aleph::in_place_multisort_arrays(), Aleph::maps(), and Aleph::to_vector().
| TEST_F | ( | TenVectors | , |
| sort | |||
| ) |
Definition at line 113 of file sort_arrays.cc.
References h, Aleph::in_place_multisort_arrays(), and Aleph::maps().