Definition at line 10 of file jagged_array_test.cpp.
◆ expected_normalized_2d
| std::vector<std::vector<double> > JaggedArrayTest::expected_normalized_2d |
|
protected |
Initial value:= {
{1.0, 2.0, 3.0, 0.0}, {4.0, 5.0, 0.0, 0.0}, {6.0, 7.0, 8.0, 9.0}}
Definition at line 21 of file jagged_array_test.cpp.
21 {
22 {1.0, 2.0, 3.0, 0.0}, {4.0, 5.0, 0.0, 0.0}, {6.0, 7.0, 8.0, 9.0}};
◆ expected_normalized_3d
| std::vector<std::vector<std::vector<double> > > JaggedArrayTest::expected_normalized_3d |
|
protected |
Initial value:= {
{{1.0, 2.0, 0.0}, {3.0, 0.0, 0.0}}, {{4.0, 5.0, 6.0}, {7.0, 8.0, 0.0}}}
Definition at line 25 of file jagged_array_test.cpp.
25 {
26 {{1.0, 2.0, 0.0}, {3.0, 0.0, 0.0}}, {{4.0, 5.0, 6.0}, {7.0, 8.0, 0.0}}};
◆ jagged_2d
| std::vector<std::vector<double> > JaggedArrayTest::jagged_2d |
|
protected |
Initial value:= {
{1.0, 2.0, 3.0}, {4.0, 5.0}, {6.0, 7.0, 8.0, 9.0}}
Definition at line 13 of file jagged_array_test.cpp.
13 {
14 {1.0, 2.0, 3.0}, {4.0, 5.0}, {6.0, 7.0, 8.0, 9.0}};
◆ jagged_3d
| std::vector<std::vector<std::vector<double> > > JaggedArrayTest::jagged_3d |
|
protected |
Initial value:= {{{1.0, 2.0}, {3.0}},
{{4.0, 5.0, 6.0}, {7.0, 8.0}}}
Definition at line 17 of file jagged_array_test.cpp.
17 {{{1.0, 2.0}, {3.0}},
18 {{4.0, 5.0, 6.0}, {7.0, 8.0}}};
The documentation for this class was generated from the following file: