Skip to content

Commit

Permalink
fixed flat product todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jul 29, 2024
1 parent 1628c94 commit 2b709f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommonUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function calcProductGaussians_flat(
μ_::Union{<:AbstractVector{P},<:NTuple{N,P}}, # point type commonly known as P (actually on-manifold)
Σ_::Union{<:AbstractVector{S},<:NTuple{N,S}};
μ0 = mean(M, _makevec(μ_)), # Tangent space reference around the evenly weighted mean of incoming points
Λ_ = inv.(Σ_), # TODO these probably need to be transported to common tangent space `μ0` -- FYI @Affie 24Q2
Λ_ = inv.(Σ_),
weight::Real = 1.0,
do_transport_correction::Bool = true
) where {N,P<:AbstractArray,S<:AbstractMatrix{<:Real}}
Expand Down

0 comments on commit 2b709f9

Please sign in to comment.