Adds two vectors together
Subroutines
- License

- Category
- numerical-tools, KKRhost
Adds two vectors together
Arguments
| Type |
Intent | Optional | 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
|