next up previous contents index
Next: Interface operator(.mult.) Up: Module sparse_module Previous: Elements   Contents   Index

Interface assignment(=)


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call assignment(=)(this,ot...
...)(this,matrix)
call assignment(=)(matrix,sp)\end{verbatim}
\end{boxedminipage}

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

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

matrix -- real(dp), intent(in), intent(OUT), dimension(:,:) or dimension(sp%Nrows,sp%Ncols)

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

operator(.mult.) interface

gabor 2009-06-30