next up previous contents index
Next: Interface operator(/) Up: Module quaternions_module Previous: Interface operator(-)   Contents   Index

Interface operator(*)


\begin{boxedminipage}{\textwidth}
\begin{verbatim}res = operator(*)(q1,q2)
res = operator(*)(q,r)
res = operator(*)(r,q)\end{verbatim}
\end{boxedminipage}

q1, q2 -- type(Quaternion), intent(in)

q -- type(Quaternion), intent(in)

r -- real(dp), intent(in)

Return value -- type(Quaternion)
operator(/) interface

gabor 2009-06-30