Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Array3d v(1,2,3), w(2,3,0);
|
||||
v *= w;
|
||||
cout << v << endl;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
Array3d v(1,2,3), w(2,3,0);
|
||||
v *= w;
|
||||
cout << v << endl;
|
||||