[−][src]Function arrayfire::rows
pub fn rows<T>(input: &Array<T>, first: i64, last: i64) -> Array<T> where
T: HasAfEnum,
Get an Array with all rows from first
to last
in the input
Array
pub fn rows<T>(input: &Array<T>, first: i64, last: i64) -> Array<T> where
T: HasAfEnum,
Get an Array with all rows from first
to last
in the input
Array