abs Interface

public interface abs

Overload of the abs intrinsic for a vec3


Module Procedures

private pure elemental function abs_vec(this)

Calculate the absoulte of a vector elementwise

Arguments

Type IntentOptional Attributes Name
type(vector), intent(in) :: this

Input vector

Return Value type(vector)