Go to the source code of this file.
◆ test_T2_iostream()
void test_T2_iostream |
( |
| ) |
|
Definition at line 7 of file test_T2_iostream.cpp.
10 Tensor2<double, 3, 3>(3., 7., 11., 13., 17., 23., 27., 31., 37.),
11 "[[3,7,11],[13,17,23],[27,31,37]]",
"operator<<(T2<3,3>)");
13 "operator<<(T2<1,2>)");
15 "operator<<(T2<2,1>)");
18 std::stringstream ss(
"[[3,7,11],[13,17,23],[27,31,37]]");