next up previous contents index
Next: Interface add_identity Up: Module matrix_module Previous: Interface multDiagRL   Contents   Index

Interface matrix_product_sub


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call matrix_product_sub(C,...
...duct_sub(C,A,B[,a_transpose, &
b_transpose])\end{verbatim}
\end{boxedminipage}

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

A -- intent(in), type(MatrixZ) or type(MatrixD)

B -- intent(in), scalar or dimension(:,:),

type(MatrixZ) or type(MatrixD) or real(dp)

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

b_conjugate -- logical, intent(in), optional

add_identity interface

gabor 2009-06-30