next up previous contents index
Next: Interface operator(.cross.) Up: Module linearalgebra_module Previous: Interface operator(.outer.)   Contents   Index

Interface operator(.realouter.)


\begin{boxedminipage}{\textwidth}
\begin{verbatim}outr = operator(.realouter.)(vector1,vector2)\end{verbatim}
\end{boxedminipage}

Interface to return the real outer product. Usage is x .realouter. y.

vector1, vector2 -- complex(dp), intent(in), dimension(:)

Return value -- real(dp), dimension(size(vector1),size(vector2))
operator(.cross.) interface

gabor 2009-06-30