diku-dk / linalg

Linear algebra package for Futhark
ISC License
17 stars 4 forks source link

Are the docs up to date? #7

Closed jmhimara closed 12 months ago

jmhimara commented 12 months ago

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?

athas commented 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.

athas commented 12 months ago

Docs for the newest versions of all packages should be built now.