next up previous contents index
Next: Interface trace Up: Module linearalgebra_module Previous: Interface is_square   Contents   Index

Interface symmetrise


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call symmetrise(matrix)\end{verbatim}
\end{boxedminipage}

Symmetrise a matrix:

\begin{displaymath}A \to \frac{A + A^T}{2}\end{displaymath}

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

trace interface

gabor 2009-06-30