Skip to content

Commit

Permalink
Update tutorials/getstarted.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Baran <[email protected]>
  • Loading branch information
kellertuer and mateuszbaran authored Oct 28, 2022
1 parent 62a7e16 commit f28187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/getstarted.jl
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ p₃ = Manifolds.ArrayPartition([0, 0, 1], [0, 1, 0])

# ╔═╡ 36140614-7d40-4281-ba75-2b7b7106e637
md"""
Here `ArrayPartition` taken from [`RecursiveTools.jl`](https://github.com/SciML/RecursiveArrayTools.jl) to store the point on the product manifold efficiently in one array, still allowing efficient acces to the product elements.
Here `ArrayPartition` taken from [`RecursiveArrayTools.jl`](https://github.com/SciML/RecursiveArrayTools.jl) to store the point on the product manifold efficiently in one array, still allowing efficient access to the product elements.
"""

# ╔═╡ 3e1e665f-ae85-4a4c-9f7d-4db6b9beada8
Expand Down

0 comments on commit f28187a

Please sign in to comment.