Module high_dimensional

Module high_dimensional 

Source
Expand description

High-dimensional geometric calculations for convex hull operations

This module provides utility functions for geometric computations in dimensions higher than 3, commonly used in high-dimensional convex hull algorithms.

Functionsยง

compute_bounding_box
Compute the bounding box of a set of high-dimensional points
compute_centroid
Compute the centroid of a set of high-dimensional points
compute_characteristic_size
Compute the characteristic size of a high-dimensional convex hull
compute_high_dim_surface_area
Compute surface area (hypervolume) for high-dimensional convex hulls
compute_high_dim_volume
Compute volume for high-dimensional convex hulls using facet equations
estimate_facet_area
Estimate the area of a facet in high dimensions