Initial commit
This commit is contained in:
4
Eigen3/doc/snippets/Cwise_product.cpp
Normal file
4
Eigen3/doc/snippets/Cwise_product.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
Array33i a = Array33i::Random(), b = Array33i::Random();
|
||||
Array33i c = a * b;
|
||||
cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl;
|
||||
|
||||
Reference in New Issue
Block a user