mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add examples for API documentation of MatrixBase::cwiseXxx() methods.
This commit is contained in:
2
doc/snippets/MatrixBase_cwiseMax.cpp
Normal file
2
doc/snippets/MatrixBase_cwiseMax.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
Vector3d v(2,3,4), w(4,2,3);
|
||||
cout << v.cwiseMax(w) << endl;
|
||||
Reference in New Issue
Block a user