Function linxal::properties::is_symmetric_tol [] [src]

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

Return true iff the matrix if Hermitian (or symmetric in the real case), within a given tolerance.