adfa5456's picture
Add files using upload-large-folder tool
a42735d verified
raw
history blame
47 Bytes
Array3d v(2,3,4);
cout << v.inverse() << endl;