pub fn matrix_band_part<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    input: O0,
    num_lower: O1,
    num_upper: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for MatrixBandPart::new().build(input, num_lower, num_upper, scope).