next up previous contents index
Next: Function vector_triple_product Up: Module linearalgebra_module Previous: Function array3_triple   Contents   Index

Function scalar_triple_product


\begin{boxedminipage}{\textwidth}
\begin{verbatim}s = scalar_triple_product(x,y,z)\end{verbatim}
\end{boxedminipage}

Return the scalar triple product $\mathbf{x} \cdot \mathbf{y} \times \mathbf{z}$ of the 3-vectors x, y and z.

x, y, z -- real(dp), dimension(3), intent(in)

Return value -- real(dp)

vector_triple_product function

gabor 2009-06-30