Skip to content

Concatenate, similar to numpy.concatenate #431

@Beliavsky

Description

@Beliavsky

I sometimes want to combine two 1D arrays to get a matrix with 2 columns or rows, or to append a row or column to an array, or to combine two arrays by columns or rows. numpy.concatenate joins a sequence of arrays along an existing axis. R has cbind and rbind. I suggest that stdlib have such functionality. I know one can use reshape to combine arrays with some fiddling, but it would be convenient and clearer to have functions for concatenation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: mathematicslinear algebra, sparse matrices, special functions, FFT, random numbers, statistics, ...

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions