xtensor-stack / xtensor-blas

BLAS extension to xtensor
BSD 3-Clause "New" or "Revised" License
155 stars 54 forks source link

Errors in the online documentation reference section #202

Open AntoinePrv opened 3 years ago

AntoinePrv commented 3 years ago

For some functions in the online documentation, instead of seeing their documentation in the reference section, we see a Sphinx Warning.

Possibly related to https://github.com/xtensor-stack/xtensor/issues/2242.

Error message:

doxygenfunction: Unable to resolve multiple matches for function “xt::linalg::tensordot” with arguments (const xexpression<T>&, const xexpression<O>&, std::size_t) in doxygen xml output for project “xtensor-blas” from directory: ../xml. Potential matches:

- template<class T, class O> auto tensordot(const xexpression<T> &xa, const xexpression<O> &xb, const std::vector<std::size_t> &ax_a, const std::vector<std::size_t> &ax_b)
- template<class T, class O> auto tensordot(const xexpression<T> &xa, const xexpression<O> &xb, std::size_t naxes = 2)

Screenshot: Screen Shot 2021-08-18 at 10 02 24