We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8770145 commit f0ae378Copy full SHA for f0ae378
tests/quaternion.cpp
@@ -1,10 +1,9 @@
1
/// Copyright 2025 INRIA
2
-#include <nanoeigenpy/geometry/angle-axis.hpp>
3
-#include <nanoeigenpy/geometry/quaternion.hpp>
+#include <Eigen/Geometry>
+#include <nanobind/nanobind.h>
4
5
namespace nb = nanobind;
6
using namespace nb::literals;
7
-using namespace nanoeigenpy;
8
9
struct X {
10
Eigen::Quaterniond a;
0 commit comments