[][src]Function arrayfire::set_col

pub fn set_col<T>(
    input: &Array<T>,
    new_col: &Array<T>,
    col_num: u64
) -> Array<T> where
    T: HasAfEnum

Set col_num^th col in input Array to a new Array new_col