Skip to content
Cwise_inverse.cpp 47 B
Newer Older
Luker's avatar
Luker committed
Array3d v(2,3,4);
cout << v.inverse() << endl;