mpas_tools.vector.Vector.det¶
- static Vector.det(v1, v2, v3)[source]¶
The determinant of the matrix defined by the three
Vector
objects- Parameters:
v1 (mpas_tools.vector.Vector) – First row of the matrix
v2 (mpas_tools.vector.Vector) – Second row
v3 (mpas_tools.vector.Vector) – Third row
- Returns:
determinant (numpy.ndarray) – The determinant of the matrix