|
| std::vector< int > | cyclic_data = {1, 2, 3, 1, 2, 3, 1, 2, 3} |
| |
| std::vector< double > | empty_data |
| |
| std::vector< std::vector< double > > | multi_dim_data |
| |
| std::vector< double > | single_element = {1.0} |
| |
| std::vector< double > | test_data = {1.0, 2.0, 3.0, 1.0, 2.0, 3.0} |
| |
◆ cyclic_data
| std::vector<int> AdvancedChunkStrategiesTest::cyclic_data = {1, 2, 3, 1, 2, 3, 1, 2, 3} |
|
protected |
◆ empty_data
| std::vector<double> AdvancedChunkStrategiesTest::empty_data |
|
protected |
◆ multi_dim_data
| std::vector<std::vector<double> > AdvancedChunkStrategiesTest::multi_dim_data |
|
protected |
Initial value:= {
{1.0, 2.0}, {2.0, 3.0}, {3.0, 4.0}, {1.0, 2.0}, {2.0, 3.0}}
Definition at line 12 of file advanced_chunk_strategies_test.cpp.
12 {
13 {1.0, 2.0}, {2.0, 3.0}, {3.0, 4.0}, {1.0, 2.0}, {2.0, 3.0}};
◆ single_element
| std::vector<double> AdvancedChunkStrategiesTest::single_element = {1.0} |
|
protected |
◆ test_data
| std::vector<double> AdvancedChunkStrategiesTest::test_data = {1.0, 2.0, 3.0, 1.0, 2.0, 3.0} |
|
protected |
The documentation for this class was generated from the following file: