Skip to content

Commit

Permalink
mention in-place diff_inv! in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Oct 28, 2024
1 parent b3e3eda commit 0d7b004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/group_operations/multiplication_operation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ end

_doc_diff_inv_mult = """
diff_inv(G::LieGroup{𝔽,<:AbstractMultiplicationGroupOperation}, p, X)
diff_inv!(G::LieGroup{𝔽,<:AbstractMultiplicationGroupOperation}, Y, p, X)
Compute the value of differential ``Dι_{$(_math(:G))}(g)[X]`` of matrix inversion ``ι_{$(_math(:G))}(g) := g^{-1}`` at ``X ∈ 𝔤``
in the [`LieAlgebra`](@ref) ``𝔤`` of the [`LieGroup`](@ref) `G`.
Expand Down

0 comments on commit 0d7b004

Please sign in to comment.