mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
tweak root/Mainpage.dox to make it compatible with kde's doxygen.sh script
plus some hacks to compile the examples from doxygen... Hopefully, api.kde.org/eigen2 will be beautiful by tomorrow....
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
Matrix3d m = Matrix3d::Random();
|
||||
cout << "Here is the matrix m:" << endl << m << endl;
|
||||
cout << "Here is the square norm of each row:" << endl << m.rowwise().norm2() << endl;
|
||||
cout << "Here is the square norm of each row:" << endl << m.rowwise().norm2() << endl;
|
||||
|
||||
Reference in New Issue
Block a user