mod_nrmliz Module

Normalizes vectors


Uses

    • mod_datatypes

Subroutines

public subroutine nrmliz(n, r, rn)

License
Creative Commons License
Category
numerical-tools, KKRhost

N o r m a l i z e s

v e c t o r s

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n

number of vectors

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

Input vector

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

Normalized vector