mod_spatpr Module

Computes the triple product between three vectors to calculate a volume


Uses

    • mod_datatypes

Subroutines

public subroutine spatpr(a, b, c, v)

License
Creative Commons License
Category
numerical-tools, KKRhost

Computes the triple product between three vectors to calculate a volume

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(in), dimension(*) :: c

Input vector

real(kind=dp), intent(out) :: v

volumne