inverse Function

public pure elemental function inverse(q) result(rst)

Computes the inverse of a quaternion.

Arguments

Type IntentOptional Attributes Name
type(quaternion), intent(in) :: q

The quaternion.

Return Value type(quaternion)

The inverse of the supplied quaternion.


Contents