Function arrayfire::rank [] [src]

pub fn rank(input: &Array, tol: f64) -> u32

Find rank of a matrix

Parameters

  • input is the input matrix
  • tol is the tolerance value

Return Values

An unsigned 32-bit integer which is the rank of the input matrix.