Go to the source code of this file.
◆ test_T2_19()
Definition at line 7 of file test_T2_19.cpp.
24 t2(
j,
i) = t2_2(
i,
j) + t1_1(
j) * t1_2(
i);
26 "T2(j,i)=T2(i,j)(0,0)");
28 "T2(j,i)=T2(i,j)(0,1)");
30 "T2(j,i)=T2(i,j)(0,2)");
32 "T2(j,i)=T2(i,j)(1,0)");
34 "T2(j,i)=T2(i,j)(1,1)");
36 "T2(j,i)=T2(i,j)(1,2)");
38 "T2(j,i)=T2(i,j)(2,0)");
40 "T2(j,i)=T2(i,j)(2,1)");
42 "T2(j,i)=T2(i,j)(2,2)");