Function arrayfire::set_slices [] [src]

pub fn set_slices(
    input: &Array,
    new_slices: &Array,
    first: u64,
    last: u64
) -> Array

Set first to last slices of input Array to a new Array new_slices

Slices indicate that the indexing is along 3rd dimension