Skip to content

Commit

Permalink
types are exported
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Dec 2, 2024
1 parent 6623399 commit 0b7fe96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ using ManifoldDiff
using DifferentiationInterface
using Manifolds, FiniteDifferences, ForwardDiff, Zygote
rb_onb_fd51 = ManifoldDiff.TangentDiffBackend(AutoFiniteDifferences(central_fdm(5, 1)))
rb_onb_fwdd = ManifoldDiff.TangentDiffBackend(AutoForwardDiff())
rb_proj_zyg = ManifoldDiff.RiemannianProjectionBackend(AutoZygote())
rb_onb_fd51 = TangentDiffBackend(AutoFiniteDifferences(central_fdm(5, 1)))
rb_onb_fwdd = TangentDiffBackend(AutoForwardDiff())
rb_proj_zyg = RiemannianProjectionBackend(AutoZygote())
s2 = Sphere(2)
Expand Down

0 comments on commit 0b7fe96

Please sign in to comment.