Function linxal::properties::get_upper_bandwidth_tol [] [src]

pub fn get_upper_bandwidth_tol<T: LinxalImplScalar, D: Data<Elem = T>, F: Into<T::RealPart>>(
    mat: &ArrayBase<D, Ix2>,
    tol: F
) -> usize

Return the upper bandwidth of the matrix, within the specified tolerance.

Zero-dimension matrices have 0 bandwidth.