Skip to content

Commit 14dc4b0

Browse files
Fix linked image in accelerating_choices.md
The link to the performance comparison in the "sparse solvers" section showed the same image from the "dense solvers" section.
1 parent 6af6824 commit 14dc4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/accelerating_choices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Sparse linear solvers are not as dependent on the CPU but highly dependent on th
6464
is being solved. For example, this is for a 1D laplacian vs a 3D laplacian, changing N to make
6565
smaller and bigger versions:
6666

67-
![Sparse Linear Solve Benchmarks](../assets/dense_linear_solves.png)
67+
![Sparse Linear Solve Benchmarks](../assets/sparse_linear_solves.png)
6868

6969
Notice that the optimal linear solver changes based on problem (i.e. sparsity pattern) and size.
7070
LinearSolve.jl just uses a very simple "if small then use KLU and if large use UMFPACK", which

0 commit comments

Comments
 (0)