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

A d d s

t w o

v e c t o r s

t o g e t h e r

Read more…

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