Vectorised solid-angle computation over a list of cones
Source:R/main_interface.R
compute_solid_angles.RdApplies compute_solid_angle to each element of a list of
generator matrices and returns the vector of normalized solid angles.
Arguments
- cone_list
A list whose elements are numeric matrices of cone generators, each suitable as the
Vargument ofcompute_solid_angle.- ...
Further arguments forwarded to
compute_solid_angle(method,max_terms,tol,normalize).
Details
The wrapper is a thin sapply() over cone_list; each element
is processed independently with the same method and tolerance
settings. The cost is the sum of the per-cone costs and is dominated by
the chosen backend.
References
Fitisone, A., & Zhou, Y. (2023). Solid angle measure of polyhedral cones. arXiv:2304.11102 (math.CO). https://arxiv.org/abs/2304.11102
See also
compute_solid_angle for the single-cone dispatcher;
diagnose_cone to inspect spectral conditioning before a
large batch run.