next up previous contents index
Next: Interface matrix_product_vect_asdiagonal_RL_sub Up: Module linearalgebra_module Previous: Interface operator(.multd.)   Contents   Index

Interface matrix_product_vect_asdiagonal_sub


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call matrix_product_vect_a...
...product_vect_asdiagonal_sub(lhs,vectL,matrix)\end{verbatim}
\end{boxedminipage}

Matrix product with the diagonal matrix constructed from a vector in subroutine form, with no return value allocated on the stack

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

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

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

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

matrix_product_vect_asdiagonal_RL_sub interface

gabor 2009-06-30