signedMCRT
main
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
abs
Interface
3 statements
Source File
vector_class.f90
vector_class
abs
Contents
Module Procedures
abs_vec
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
Intent
Optional
Attributes
Name
type(
vector
),
intent(in)
::
this
Input vector
Return Value
type(
vector
)