Automatic differentiation

Documentation for Manifolds.jl's methods and types for automatic differentiation.

Manifolds.adbackendFunction
adbackend(backend::Symbol = :default) -> Symbol

Check if autodiff backend is valid (see adbackends) and return formatted. Note that backend=:default returns the current backend.

source