next up previous contents index
Next: Interface print Up: Module sparse_module Previous: Interface assignment(=)   Contents   Index

Interface operator(.mult.)


\begin{boxedminipage}{\textwidth}
\begin{verbatim}vectout = operator(.mult.)...
...t.)(vectin,this)
res = operator(.mult.)(a,b)\end{verbatim}
\end{boxedminipage}

this -- type(sparse), intent(IN)

vectin -- real(dp), intent(IN), dimension(:)

a, b -- type(sparse), intent(in)

Return values:

v1 -- real(dp), dimension(this%Nrows)
v2 -- real(dp), dimension(this%Ncols)
r3 -- type(sparse)
print interface

gabor 2009-06-30