Function linxal::properties::is_symmetric [] [src]

pub fn is_symmetric<T: LinxalImplScalar, D: Data<Elem = T>>(
    mat: &ArrayBase<D, Ix2>
) -> bool

Return true iff the matrix if Hermitian (or symmetric in the real case).