Skip to content

Commit

Permalink
Update links in documentation (#165)
Browse files Browse the repository at this point in the history
* Update links in documentation

* Removed other outdated links
  • Loading branch information
pnkraemer authored Nov 23, 2023
1 parent effb7a8 commit b1dabce
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ Everything is natively compatible with JAX' feature set:
JIT compilation, automatic differentiation, vectorisation, and pytrees.
[_Let us know what you think about matfree!_](https://github.com/pnkraemer/matfree/issues)

[**Installation**](#installation) |
[**Minimal example**](#minimal-example) |
[**Tutorials**](#tutorials) |
[**Contributing**](#contributing) |
[**API docs**](https://pnkraemer.github.io/matfree/api/hutchinson/)


**Installation**

Expand Down Expand Up @@ -93,13 +87,16 @@ Estimate the trace of the matrix:

**Tutorials**

Here are some more advanced tutorials:
Find many more tutorials in [Matfree's documentation](https://pnkraemer.github.io/matfree/).

These tutorials include, among other things:

- **Log-determinants:** Use stochastic Lanczos quadrature to compute matrix functions.
- **Pytree-valued states:** Combining neural-network Jacobians with stochastic Lanczos quadrature.
- **Control variates:** Use control variates and multilevel schemes to reduce variances.
- **Higher moments and UQ:** Compute means, variances, and other moments simultaneously.
- **Vector calculus:** Use matrix-free linear algebra to implement vector calculus.

- **Control variates:** Use control variates and multilevel schemes to reduce variances. [(LINK)](https://pnkraemer.github.io/matfree/control_variates/)
- **Log-determinants:** Use stochastic Lanczos quadrature to compute matrix functions. [(LINK)](https://pnkraemer.github.io/matfree/log_determinants/)
- **Higher moments and UQ:** Compute means, variances, and other moments simultaneously. [(LINK)](https://pnkraemer.github.io/matfree/higher_moments/)
- **Vector calculus:** Use matrix-free linear algebra to implement vector calculus. [(LINK)](https://pnkraemer.github.io/matfree/vector_calculus/)
- **Pytree-valued states:** Combining neural-network Jacobians with stochastic Lanczos quadrature. [(LINK)](https://pnkraemer.github.io/matfree/pytree_logdeterminants/)

[_Let us know_](https://github.com/pnkraemer/matfree/issues) what you use matfree for!

Expand Down

0 comments on commit b1dabce

Please sign in to comment.