From e919571cc5930a55e67a2d0242f0d669ca7e8d28 Mon Sep 17 00:00:00 2001 From: schillic Date: Sat, 1 Jun 2024 10:31:02 +0200 Subject: [PATCH] export missing function 'permute' --- src/API/API.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/API/API.jl b/src/API/API.jl index e838eb2e2b..3aa2447d4d 100644 --- a/src/API/API.jl +++ b/src/API/API.jl @@ -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,