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