Scythe-1.0.3
|
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>
Returns true if this Matrix is equal to its transpose. A Matrix is symmetric when or, equivalently, . In simple terms, this means that the (i,j)th element of the Matrix is equal to the (j, i)th element for all i, j.
Referenced by scythe::vech(). |