mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 09:31:35 +08:00
8 lines
149 B
C++
8 lines
149 B
C++
|
|
#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);
|