Skip to content

Commit

Permalink
Another edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsonric committed Sep 26, 2023
1 parent 11d7c48 commit 17bf030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/literate/pixel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using Catlab.CategoricalAlgebra.FinRelations: BoolRig
#
# References:
# - Spivak, David I. et al. "Pixel Arrays: A fast and elementary method for solving
# nonlinear systems." *arXiv: Numerical Analysis* (2016): n. pag.
# nonlinear systems." *arXiv: Numerical Analysis* (2016): n. pag.
const PixelArray{N} = Array{BoolRig, N}

function PixelArray(f::Function, xdim::NamedTuple, ydim::NamedTuple, tol::Real)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/generated/pixel.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ xRy \iff f(x, y) = 0.

References:
- Spivak, David I. et al. "Pixel Arrays: A fast and elementary method for solving
nonlinear systems." *arXiv: Numerical Analysis* (2016): n. pag.
nonlinear systems." *arXiv: Numerical Analysis* (2016): n. pag.

````@example pixel
const PixelArray{N} = Array{BoolRig, N}
Expand Down

0 comments on commit 17bf030

Please sign in to comment.