Go to the source code of this file.
◆ test_T3_iostream()
void test_T3_iostream |
( |
| ) |
|
Definition at line 7 of file test_T3_iostream.cpp.
9 test_ostream(
Tensor3<double, 2, 2, 2>(3., 4., 7., 8., 11., 12., 13., 14.),
10 "[[[3,4],[7,8]],[[11,12],[13,14]]]",
"operator<<(T3<3,3,2>)");
13 std::stringstream ss(
"[[[3,4],[7,8]],[[11,12],[13,14]]]");