% Generated by roxygen2: do not edit by hand % Please edit documentation in R/util.R \name{skew} \alias{skew} \title{Skew-Symmetric matrix computed from `A` as \eqn{1/2 (A - A^T)}.} \usage{ skew(A) } \arguments{ \item{A}{Matrix of dim `(p, q)`} } \value{ Skew-Symmetric matrix of dim `(p, p)`. } \description{ Skew-Symmetric matrix computed from `A` as \eqn{1/2 (A - A^T)}. } \keyword{internal}