I am seeking to do array signal processing in Nim. Something like mathjs will be enough for me.
I know mratsim's Arraymancer. But, it lacks some matrix operations, such as inversion, eigenvalue decomposition.
I just found out that there are matrix decomposition in Arraymancer (https://mratsim.github.io/Arraymancer/decomposition.html).
I should give it a try.