File tree Expand file tree Collapse file tree
docs/benchmarks/benchmarks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ icon: lucide/triangle-right
44
55# Cholesky
66
7- The Cholesky benchmark computes the lower-triangular factorization:
7+ The [ Cholesky] ( https://en.wikipedia.org/wiki/Cholesky_decomposition ) benchmark
8+ computes the lower-triangular factorization:
89
910\[
1011A = LL^T
Original file line number Diff line number Diff line change 11---
2- icon : lucide/area- chart
2+ icon : lucide/chart-no-axes-combined
33---
44
55# Simpson Integrate
Original file line number Diff line number Diff line change @@ -68,12 +68,15 @@ nav = [
6868 { "Strassen" = " benchmarks/benchmarks/strassen.md" },
6969 { "Winograd" = " benchmarks/benchmarks/winograd.md" },
7070 { "Cholesky" = " benchmarks/benchmarks/cholesky.md" },
71+ { "LU" = " benchmarks/benchmarks/lu.md" },
72+ { "FFT" = " benchmarks/benchmarks/fft.md" },
7173 { "Fold" = " benchmarks/benchmarks/fold.md" },
7274 { "Scan" = " benchmarks/benchmarks/scan.md" },
7375 { "Mergesort" = " benchmarks/benchmarks/mergesort.md" },
7476 { "Fibonacci" = " benchmarks/benchmarks/fib.md" },
7577 { "Unbalanced Trees" = " benchmarks/benchmarks/uts.md" },
76- { "Integrate" = " benchmarks/benchmarks/integrate.md" },
78+ { "Simpson" = " benchmarks/benchmarks/integrate.md" },
79+ { "Quadrature" = " benchmarks/benchmarks/quadrature-integrate.md" },
7780 { "Knapsack" = " benchmarks/benchmarks/knapsack.md" },
7881 { "Heat" = " benchmarks/benchmarks/heat.md" },
7982 { "Mandelbrot" = " benchmarks/benchmarks/mandelbrot.md" },
You can’t perform that action at this time.
0 commit comments