xtl icon indicating copy to clipboard operation
xtl copied to clipboard

The x template library

Results 26 xtl issues
Sort by recently updated
recently updated
newest added

How do I get integral value (`int` or `unsigned int`) from `xt::sum()` to return from function `f2()`? I tried: ``` int f2(const xt::xtensor_fixed &img) { return xt::sum(xt::argmax(img, 1))(); } ```...

This PR helps users of the [Bazel build system](https://bazel.build/) to integrate xtl in their builds. Supporting two build systems (CMake and Bazel) is of course more effort to maintain but...

Could be nice to experiment with a rebase action e.g. https://github.com/marketplace/actions/automatic-rebase

Hi, Im updating xframe, where is xtl/xvariant.hpp? ``` template struct xdynamic_traits_impl { using value_type = xtl::variant; using reference = xtl::variant; using const_reference = xtl::variant; using pointer = xtl::xclosure_pointer; using const_pointer...

# Description Lower the minimum CMake version to allow installing on LTS versions of Ubuntu, since the actual CMake code doesn't require the new CMake version. Arguably it would be...