Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
spaette committed Jun 24, 2023
1 parent d4e6557 commit 0c30612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gaussian_gramian(esq, σ::AbstractFloat) = exp.(-esq ./ 2σ^2)
Generate a squared matrix whose diagonal is `a` that is
compatible to perform addition on `mat`. It behaves
differently based on `mat` is on CPU or GPU.
differently based on whether `mat` is on a CPU or GPU.
It is compatible with
- CuArrays.jl (see lib/cuarrays.jl)
Expand Down

0 comments on commit 0c30612

Please sign in to comment.