Go to the source code of this file.
◆ test_T2_27()
Definition at line 7 of file test_T2_27.cpp.
15 t2_a(
j,
i) = t2_4(
i,
j);
18 t2(
j,
k) = t2_a(
j,
i) * t2_5(
k,
i);
20 for(
int jj = 0; jj < 3; ++jj)
21 for(
int kk = 0; kk < 3; ++kk)
25 - (t2_a(jj, 0) * t2_5(kk, 0) + t2_a(jj, 1) * t2_5(kk, 1)
26 + t2_a(jj, 2) * t2_5(kk, 2) + t2_a(jj, 3) * t2_5(kk, 3)),
27 "T2(i,j)*T2(k,j)(" + std::to_string(jj) +
"," + std::to_string(kk)