xtensor
xtensor copied to clipboard
xt::stack with vector of xarray instead of xtuple
Is it possible to stack a vector(dynamic length) in xtensor ?
xt::stack takes xt::xtuple as argument, is it possible to pass vector somehow or convert vector to xt::xtuple ?
https://github.com/xtensor-stack/xtensor/issues/1825
https://github.com/xtensor-stack/xtensor/issues/1450