[−][src]Function arrayfire::set_col
pub fn set_col<T>(inout: &mut Array<T>, new_col: &Array<T>, col_num: i64) where
T: HasAfEnum,
Set col_num
^th col in inout
Array to a new Array new_col
pub fn set_col<T>(inout: &mut Array<T>, new_col: &Array<T>, col_num: i64) where
T: HasAfEnum,
Set col_num
^th col in inout
Array to a new Array new_col