compute_dependencies
int count = compute_dependencies(temp, m, n, independentRows);
int nIndependent = compute_dependencies(temp, fRows, fColumns,
int count = compute_dependencies(temp, m, n, independentRows);
int compute_dependencies(double** a, int m, int n, bool* independent);