Skip to content

Commit

Permalink
Merge branch 'kellertuer/manifold_features' into kellertuer/modulariz…
Browse files Browse the repository at this point in the history
…e-tests-I
  • Loading branch information
kellertuer committed Sep 20, 2023
2 parents 5fb31ed + f075781 commit 51d4904
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Einsum = "b7d42ee7-0b51-5a75-98ca-779d3107e4c0"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HybridArrays = "1baab800-613f-4b0a-84e4-9cd3431bfbb9"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ManifoldDiff = "af67fdf4-a580-4b9f-bbec-742ef357defd"
Expand Down
4 changes: 3 additions & 1 deletion src/Manifolds.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ using Base.Iterators: repeated
using Distributions
using Einsum: @einsum
using HybridArrays
using InteractiveUtils: subtypes
using Kronecker
using Graphs
using LinearAlgebra
Expand Down Expand Up @@ -329,7 +330,7 @@ using Statistics
using StatsBase
using StatsBase: AbstractWeights

include("utils.jl")
include("utils/helpers.jl")

include("product_representations.jl")

Expand Down Expand Up @@ -470,6 +471,7 @@ include("groups/special_euclidean.jl")

# final utilities
include("trait_recursion_breaking.jl")
include("utils/features.jl")

@doc raw"""
Base.in(p, M::AbstractManifold; kwargs...)
Expand Down
Loading

0 comments on commit 51d4904

Please sign in to comment.