ADD: new track message, Entity class and Position class
This commit is contained in:
4
libs/eigen/doc/snippets/TopicAliasing_mult1.cpp
Normal file
4
libs/eigen/doc/snippets/TopicAliasing_mult1.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
MatrixXf matA(2,2);
|
||||
matA << 2, 0, 0, 2;
|
||||
matA = matA * matA;
|
||||
cout << matA;
|
||||
Reference in New Issue
Block a user