Overloads the matmul routine to allow for multiplication of the Plücker line coordinate vector with a matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:,:) | :: | x |
The N-by-6 matrix. |
|
| type(plucker_line), | intent(in) | :: | y |
The plucker_line object. |
The resulting N-element array.