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

Interface is_symmetric


\begin{boxedminipage}{\textwidth}
\begin{verbatim}symm = is_symmetric(matrix)\end{verbatim}
\end{boxedminipage}

Test for matrix symmetry (with floating point equality test .feq. as described above).

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

Return value -- logical
is_hermitian interface

gabor 2009-06-30