#include <thread>
#include <cinttypes>
#include <cstring>
#include <jau/test/catch2_ext.hpp>
#include <jau/math/mat4f.hpp>
Go to the source code of this file.
|
| TEST_CASE ("Test 05 Perf01", "[mat4f][linear_algebra][math]") |
|
◆ TEST_CASE()
TEST_CASE |
( |
"Test 05 Perf01" |
, |
|
|
"" |
[mat4f][linear_algebra][math] |
|
) |
| |
◆ m1_0
Initial value:= { 1, 3, 4, 0,
6, 7, 8, 5,
98, 7, 6, 9,
54, 3, 2, 5 }
Definition at line 35 of file test_math_mat4f_02_mul.cpp.
◆ m1
◆ m2_0
Initial value:= { 1, 6, 98, 54,
3, 7, 7, 3,
4, 8, 6, 2,
0, 5, 9, 5 }
Definition at line 41 of file test_math_mat4f_02_mul.cpp.
◆ m2