Skip to content

Commit

Permalink
Add back paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeR227 committed Sep 4, 2024
1 parent 7771c81 commit 30cb54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/harmonics/harmonics.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ sd = EmbeddedDeltaDualComplex2D{Bool, Float64, Point3D}(s);
subdivide_duals!(sd, Barycenter());
```

Compute the Laplacian eigenvectors using [LinearAlgebra.eigen](https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/#LinearAlgebra.eigen). This requires making the sparse Laplacian matrix dense with `collect`. Alternatively, use [Arpack.jl](https://arpack.julialinearalgebra.org/stable/).

```@example Harmonics
Δ0 = -Δ(0,sd)
Expand Down

0 comments on commit 30cb54b

Please sign in to comment.