Matrix multiplication
mul(A,X) is the matrix product of A and X, for example multiply and
A |
B |
|
1 |
[[3,5],[2,8]] |
[[4,6],[2,4]] |
2 |
=mul(A1,B1) |
A2 Multiply A1 and B1, return a 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