Function rank
Source pub fn rank<T>(input: &Array<T>, tol: f64) -> u32
Expand description
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.