vector_to_skew_symmetric_matrix#
- ivy.vector_to_skew_symmetric_matrix(vector, /, *, out=None)[source]#
Given vector, return the associated Skew-symmetric matrix.
- Parameters:
- Return type:
- Returns:
ret – Skew-symmetric matrix (batch_shape,3,3).
Both the description and the type hints above assumes an array input for simplicity, but this function is nestable, and therefore also accepts
ivy.Container
instances in place of any of the arguments.