Matrix concatenate
Concatenatethe two matrices、horizontally and vertically
A |
B |
|
1 |
[[3,5],[2,8]] |
[[4,6],[2,4]] |
2 |
=A1|B1 |
|
3 |
=transpose([A1,B1]).(~.conj()) |
A2 Concatenate the matriceson horizontal, return a 4-by-2 matrix
A3 Concatenate the matriceson vertical, return a 2-by-4 matrix
SPL Official Website 👉 https://www.scudata.com
SPL Feedback and Help 👉 https://www.reddit.com/r/esProc_SPL
SPL Learning Material 👉 https://c.scudata.com
SPL Source Code and Package 👉 https://github.com/SPLWare/esProc
Discord 👉 https://discord.gg/cFTcUNs7
Youtube 👉 https://www.youtube.com/@esProc_SPL