next up previous contents index
Next: Interface inverse Up: Module matrix_module Previous: Interface scaled_sum   Contents   Index

Interface scaled_accum


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call scaled_accum(this,f1,m1)\end{verbatim}
\end{boxedminipage}

Add to a given matrix the elements of an other matrix m$_1$ weighted by a complex factor f1.

this -- intent(inout), type(MatrixD) or type(MatrixZ)

f1 -- complex(dp), intent(in)

m1 -- type(MatrixZ), intent(in)

inverse interface

gabor 2009-06-30