Skip to content

Commit

Permalink
Some (unexported) synonyms for important operators
Browse files Browse the repository at this point in the history
  • Loading branch information
iagoleal committed May 22, 2020
1 parent fe5002e commit f7cff14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Hodge.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ export basespace,
laplacian,
hodge

# Define some (unexported) single-character synonyms
const d = coboundary
const δ = coboundary_adj
const Δ = laplacian
const χ = euler_characteristic

end # module

0 comments on commit f7cff14

Please sign in to comment.