find_independents
- compas_tno.algorithms.find_independents(E, method='SVD', tol=None)[source]
Overall method to find independent edges dependent on method
- Parameters
E (array) – Equilibrium matrix.
method (str) – Method to find independents. Default is ‘SVD’. More to come.
tol (float) – Tolerance for small singular values. Default is None.
- Returns
ind (list) – Independent columns.