mod_vmul Module

Multiplication of a vector by a scalar

Note

Jonathan Chico: This seems unnecessary as one can just replace this by a call c(:)=a(:)*b in the code


Uses

    • mod_datatypes

Subroutines

public subroutine vmul(a, b, c)

License
Creative Commons License
Category
numerical-tools, KKRhost

M u l t i p l i c a t i o n

o f

a

v e c t o r

b y

a

s c a l a r

Read more…

Arguments

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

Input vector

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

Input scalar

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

Output vector