volume_form#
- iskra.geometry.volume.volume_form(simplices: Tensor) Tensor[SOURCE]#
Computes the generalized volumes of a list of simplices.
This is a convenience function that checks the number of corners in the simplex and calls into one of
edge_lengths,triangle_areas, ortetrahedron_volumes.