Skip to content

Commit

Permalink
export missing function 'permute'
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Jun 1, 2024
1 parent 3366d66 commit e919571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/API/API.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export
support_function, ρ, support_vector, σ, surface, vertices_list, vertices,
volume,
# mixed set operations (typically with vectors or matrices)
affine_map, exponential_map, is_interior_point, linear_map, project,
scale!, scale, support_function, ρ, support_vector, σ, translate!,
translate,
affine_map, exponential_map, is_interior_point, linear_map, permute,
project, scale!, scale, support_function, ρ, support_vector, σ,
translate!, translate,
# binary set operations
cartesian_product, difference, distance, exact_sum, , intersection,
is_intersection_empty, isequivalent, , linear_combination,
Expand Down

0 comments on commit e919571

Please sign in to comment.