mljs / matrix

Matrix manipulation and computation library
https://mljs.github.io/matrix/
MIT License
353 stars 54 forks source link

How can i join two matrix #161

Open eder3232 opened 1 year ago

eder3232 commented 1 year ago

How can I join two matrices, either vertically or horizontally, I can't find this command in the documentation :C

stropitek commented 1 year ago

I suppose you are referring to a methods equivalent to stack, hstack, vstack in numpy.

We can provide you an API if you are willing to implement it in a PR