File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ Both containers enable the numpy-style APIs of xtensor (see [the numpy to xtenso
4949
5050``` cpp
5151#include < numeric> // Standard library import for std::accumulate
52- #include " pybind11/pybind11.h" // Pybind11 import to define Python bindings
53- #include " xtensor/xmath.hpp" // xtensor import for the C++ universal functions
52+ #include < pybind11/pybind11.h> // Pybind11 import to define Python bindings
53+ #include < xtensor/xmath.hpp> // xtensor import for the C++ universal functions
5454#define FORCE_IMPORT_ARRAY
55- #include " xtensor-python/pyarray.hpp" // Numpy bindings
55+ #include < xtensor-python/pyarray.hpp> // Numpy bindings
5656
5757double sum_of_sines (xt::pyarray<double >& m)
5858{
9191** C++ code**
9292
9393``` cpp
94- #include " pybind11/pybind11.h"
94+ #include < pybind11/pybind11.h>
9595#define FORCE_IMPORT_ARRAY
96- #include " xtensor-python/pyvectorize.hpp"
96+ #include < xtensor-python/pyvectorize.hpp>
9797#include < numeric>
9898#include < cmath>
9999
You can’t perform that action at this time.
0 commit comments