ADD: new track message, Entity class and Position class
This commit is contained in:
8
libs/eigen/test/bug1213.h
Normal file
8
libs/eigen/test/bug1213.h
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#include <Eigen/Core>
|
||||
|
||||
template<typename T, int dim>
|
||||
bool bug1213_2(const Eigen::Matrix<T,dim,1>& x);
|
||||
|
||||
bool bug1213_1(const Eigen::Vector3f& x);
|
||||
|
||||
Reference in New Issue
Block a user