next up previous contents index
Next: Interface norm Up: Module linearalgebra_module Previous: Interface add_identity   Contents   Index

Interface add_xidentity


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call add_xidentity(matrix,r)
call add_xidentity(matrix,c)\end{verbatim}
\end{boxedminipage}

Adds $x\mathbf{I}$ to a matrix

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

r -- real(dp), intent(in)

c -- complex(dp), intent(in)

norm interface

gabor 2009-06-30