mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
4 lines
72 B
Mathematica
4 lines
72 B
Mathematica
|
A = dlmread("/dev/stdin");
|
||
|
B = inv(A);
|
||
|
dlmwrite("/dev/stdout", B, " ");
|