next up previous contents index
Next: Interface add_block Up: Module RS_SparseMatrix_module Previous: Interface copy   Contents   Index

Interface matrix_product_sub


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call matrix_product_sub(c,...
...onjugate,b_transpose,diag_mask,offdiag_mask])\end{verbatim}
\end{boxedminipage}

c -- intent(inout),

type(RS_SparseMatrixD) or type(RS_SparseMatrixZ) or type(MatrixD) or type(MatrixZ)

a -- intent(in),

type(RS_SparseMatrixD) or type(RS_SparseMatrixZ) or type(MatrixD) or type(MatrixZ)

b -- intent(in),

type(RS_SparseMatrixD) or type(RS_SparseMatrixZ)

a_transpose, b_transpose -- logical, intent(in), optional

a_conjugate, b_conjugate -- logical, intent(in), optional

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

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

add_block interface

gabor 2009-06-30