Skip to content

Commit

Permalink
add citation to is_flat
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Nov 14, 2023
1 parent baa45a8 commit 11b4031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifolds/CholeskySpace.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ end
"""
is_flat(::CholeskySpace)
Return true. [`CholeskySpace`](@ref) is a flat manifold.
Return true. [`CholeskySpace`](@ref) is a flat manifold. See Proposition 8 of [Lin:2019](@cite).
"""
is_flat(M::CholeskySpace) = true

Check warning on line 137 in src/manifolds/CholeskySpace.jl

View check run for this annotation

Codecov / codecov/patch

src/manifolds/CholeskySpace.jl#L137

Added line #L137 was not covered by tests

Expand Down
2 changes: 1 addition & 1 deletion src/manifolds/SymmetricPositiveDefiniteLogCholesky.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ end
is_flat(::MetricManifold{ℝ,<:SymmetricPositiveDefinite,LogCholeskyMetric})
Return true. [`SymmetricPositiveDefinite`](@ref) with [`LogCholeskyMetric`](@ref)
is a flat manifold.
is a flat manifold. See Proposition 8 of [Lin:2019](@cite).
"""
is_flat(M::MetricManifold{ℝ,<:SymmetricPositiveDefinite,LogCholeskyMetric}) = true

Check warning on line 105 in src/manifolds/SymmetricPositiveDefiniteLogCholesky.jl

View check run for this annotation

Codecov / codecov/patch

src/manifolds/SymmetricPositiveDefiniteLogCholesky.jl#L105

Added line #L105 was not covered by tests

Expand Down

0 comments on commit 11b4031

Please sign in to comment.