dreye.proj_B_to_hull#

dreye.proj_B_to_hull(B, equations)[source]#

Project B to the convex hull defined by the hyperplane equations of the facets.

Parameters:
Bnp.ndarray

The array of points to be projected.

equationsnp.ndarray

The hyperplane equations of the facets.

Returns:
np.ndarray

The projected points.