Go to the source code of this file.
◆ test_T2_26()
Definition at line 7 of file test_T2_26.cpp.
15 t2(
i,
k) = t2_5(
i,
j) * t2_4(
j,
k);
17 for(
int ii = 0; ii < 3; ++ii)
18 for(
int kk = 0; kk < 3; ++kk)
22 - (t2_5(ii, 0) * t2_4(0, kk) + t2_5(ii, 1) * t2_4(1, kk)
23 + t2_5(ii, 2) * t2_4(2, kk) + t2_5(ii, 3) * t2_4(3, kk)),
24 "T2(i,j)*T2(j,k)(" + std::to_string(ii) +
"," + std::to_string(kk)