High level operations
Examples
Settings
Lower level operations
Pre- and postprocessing
normal()
Source code
Normalized vector showing from x_p1 to x_p2.
result = (x_p2 - x_p1) / jnp.linalg.norm(x_p2 - x_p1)