next up previous contents index
Next: Interface Re_diag Up: Module ScaLAPACK_module Previous: Interface matrix_product_sub   Contents   Index

Interface matrix_product_vect_asdiagonal_sub


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call matrix_product_vect_a...
...lapack,this_data,a_scalapack,a_data, &
diag)\end{verbatim}
\end{boxedminipage}

this_scalapack -- type(Matrix_ScaLAPACK_Info), intent(in)

this_data -- intent(out), dimension(:,:), real(dp) or complex(dp)

a_scalapack -- type(Matrix_ScaLAPACK_Info), intent(in)

a_data -- intent(in), dimension(:,:), real(dp) or complex(dp)

diag -- intent(in), dimension(:), real(dp) or complex(dp)

Re_diag interface

gabor 2009-06-30