is.symmetric {mp} | R Documentation |
Tests whether the given matrix is symmetric.
Description
Tests whether the given matrix is symmetric.
Usage
is.symmetric(mat)
Arguments
mat |
Matrix to be tested for symmetry. |
Value
Whether the matrix is symmetric.
[Package mp version 0.4.1 Index]