next up previous contents index
Next: Interface Print Up: Module matrix_module Previous: Interface Wipe   Contents   Index

Interface Zero


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call Zero(this[,d_mask,od_mask])\end{verbatim}
\end{boxedminipage}

Set at zero some elements of real and complex matrices. Adding the optional logical values (d_mask and od_mask), the diagonal and off-diagonal elements are selected.

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

d_mask -- logical, intent(in), optional, dimension(:)

od_mask -- logical, intent(in), optional, dimension(:)

Print interface

gabor 2009-06-30