Describe the bug
A clear and concise description of what the bug is.
Due to its definition it is impossible to stack dynamically anything.
So it makes it completely useless
To Reproduce
#include <NumCpp.hpp>
std::list<nc::NdArray> ll;
ll.push_back({10,2,3,4});
nc::hstack(ll); // fails here
Expected behavior
A clear and concise description of what you expected to happen.
not failing.
Describe the bug
A clear and concise description of what the bug is.
Due to its definition it is impossible to stack dynamically anything.
So it makes it completely useless
To Reproduce
#include <NumCpp.hpp>
std::list<nc::NdArray> ll;
ll.push_back({10,2,3,4});
nc::hstack(ll); // fails here
Expected behavior
A clear and concise description of what you expected to happen.
not failing.