Computes the cross-product of a vector.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x(3) |
The left-hand-side argument. |
||
| real(kind=real64), | intent(in) | :: | y(3) |
The right-hand-side argument |
The resulting vector.
Converts a 3-element vector to a 3-by-3 skew-symmetric matrix. A skew-symmetric matrix is defined as follows.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x(3) |
The vector. |
The resulting skew-symmetric matrix.