Matrix Operations in Go (Part 1)
Just for curiosity, I want to program a library for matrix operations in Go. I'm aware, that there are ready-to-use libraries available already, such as:
gonum.org/v1/gonum/mat
are there more? I'm sure there are more.
Anyways, let's see if we can...
oliwur.hashnode.dev9 min read