High level operations
Examples
Settings
Lower level operations
Pre- and postprocessing
triangle_area()
Source code
Compute the area of a triangle given its vertices (jitted).
x_edges (jnp.ndarray) – Array of shape (3, 2) containing the coordinates of the triangle’s vertices.
The area of the triangle.
float