vadd Subroutine

public subroutine vadd(a, b, c)

Adds two vectors together

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), dimension(*) :: a

Input vector

real(kind=dp), intent(in), dimension(*) :: b

Input vector

real(kind=dp), intent(out), dimension(*) :: c

Output vector