Closed
Description
I would like to suggest that the documentation says more about about the shape variant of the recently added function hvncat
. I've been mulling for quite some time over the explanation and the example, but I still don't see how the tuple of tuples shape
is related to the output shape. Maybe other users have the same problem.
Also, at present all examples for hvncat
concatenate numbers. I think it would be instructive to illustrate that one can apply hvncat
to arrays. (This applies to hvcat
as well.)
Finally, there exists a method for hvncat
where the first argument is an Int
. Should this also be documented, or is it a private method?