1 #include "../../../src/FTensor.hpp"
2 #include "../test_for_zero.hpp"
3 #include "../test_ostream.hpp"
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]]]");