Function linxal::properties::get_lower_bandwidth_tol [] [src]

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

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

Zero-dimension matrices have 0 bandwidth.