mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Various documentation updates:
- update the tutorial - update doc of deprecated cwise function - update cwise doc snippets
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Matrix3i a = Matrix3i::Random(), b = Matrix3i::Random();
|
||||
Matrix3i c = a.cwise() * b;
|
||||
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