mod_vadd Module

Adds two vectors together


Uses

    • mod_datatypes

Subroutines

public subroutine vadd(a, b, c)

License
Creative Commons License
Category
numerical-tools, KKRhost

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