epfl-archive/cs440-acg/ext/eigen/doc/snippets/MatrixBase_identity.cpp

2 lines
50 B
C++
Raw Normal View History

2022-04-07 18:46:57 +02:00
cout << Matrix<double, 3, 4>::Identity() << endl;