math#
Compiled versions of fundamental mathematical functions.
Functions
|
Compute the vector product \(a \times b\) between two 3D vectors \(a\) and \(b\). |
|
Compute the difference \(a - b\) between two 3D vectors \(a\) and \(b\). |
|
Compute the scalar product \(a \cdot b\) between two 3D vectors \(a\) and \(b\). |
|
Multiply a 3D vector \(a\) by a scalar \(r\). |
|
Compute \(-a\) where \(a\) is a 3D vector. |
|
Compute the magnitude of a 3D vector. |
|
Numba-compiled version of the sign function |
|
Compute the sum \(a + b\) between two 3D vectors \(a\) and \(b\). |