[][src]Function arrayfire::set_row

pub fn set_row<T>(
    input: &Array<T>,
    new_row: &Array<T>,
    row_num: u64
) -> Array<T> where
    T: HasAfEnum

Set row_num^th row in input Array to a new Array new_row