129 mat4 inverse roundtrip frame loop

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

r0 -3 -3 2 -3
r1 2 -3 -1 -3
r2 -1 -1 2 2
r3 1 2 -3 -3

Expected output

r0 -3 -3 2 -3
r1 2 -3 -1 -3
r2 -1 -1 2 2
r3 1 2 -3 -3

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: mats, capacity: 2, source: t00: f64, t01: f64, t02: f64, t03: f64, t10: f64, t11: f64, t12: f64, t13: f64, t20: f64, t21: f64, t22: f64, t23: f64, t30: f64, t31: f64, t32: f64, t33: f64, o00: f64, o01: f64, o02: f64, o03: f64, o10: f64, o11: f64, o12: f64, o13: f64, o20: f64, o21: f64, o22: f64, o23: f64, o30: f64, o31: f64, o32: f64, o33: f64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: mats, source: t00: -3.0, t01: -3.0, t02: 2.0, t03: -3.0, t10: 2.0, t11: -3.0, t12: -1.0, t13: -3.0, t20: -1.0, t21: -1.0, t22: 2.0, t23: 2.0, t30: 1.0, t31: 2.0, t32: -3.0, t33: -3.0, o00: 0.0, o01: 0.0, o02: 0.0, o03: 0.0, o10: 0.0, o11: 0.0, o12: 0.0, o13: 0.0, o20: 0.0, o21: 0.0, o22: 0.0, o23: 0.0, o30: 0.0, o31: 0.0, o32: 0.0, o33: 0.0)
flow ~for click a branch to expand · @labels scroll to their anchor
for (0..2)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: mats)

Test Configuration

MUST_RUN