1. introduction
  2. getting started
  3. benchmarks (single-threaded)
  4. benchmarks (multi-threaded)
  5. user guide
  6. dense linear algebra
    1. matrix arithmetic
    2. solving a linear system
    3. interoperabilitiy with nalgebra/ndarray
  7. sparse linear algebra
    1. matrix arithmetic
    2. solving a linear system
  8. matrix-free solvers
  9. dev guide
  10. matrix types
  11. lifetime-branded shapes
  12. simd
  13. dense algorithms
    1. matmul
    2. cholesky
    3. qr
    4. lu
    5. svd
    6. evd
      1. self-adjoint evd
      2. general evd
  14. sparse algorithms
    1. matmul
    2. cholesky
    3. qr
    4. lu