Computes the triple product between three vectors to calculate a volume
Computes the triple product between three vectors to calculate a volume
| 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(in), | dimension(*) | :: | c |
Input vector |
|
| real(kind=dp), | intent(out) | :: | v |
volumne |