Is this matrix skew symmetric? In other words, does A^T = -A?

C# | Visual Basic | Visual C++ |
public bool IsSkewSymmetric()
Public Function IsSkewSymmetric As Boolean
public: bool IsSkewSymmetric()

True if the matrix is skew symmetric, false otherwise.