Closed jmhimara closed 12 months ago
The infrastructure that builds the docs, futhark-docbot, is sadly not well setup (I'm the one who did it, and I'm not good at infrastructure). I kicked off a manual run, so docs for the newest linalg should be available soon.
Docs for the newest versions of all packages should be built now.
Just curious if the docs on the website are up to date? (https://futhark-lang.org/pkgs/github.com/diku-dk/linalg/0.4.3/index.html)
For instance, in the docs there is no entry for a function that computes the eigenvalues of a square matrix, but I am seeing it in the source code (https://github.com/diku-dk/linalg/blob/02ac17238bda19049b037fd7e5e49453afef1b59/lib/github.com/diku-dk/linalg/linalg.fut#L86).
Or is this function still work in progress?