LASwift
LASwift copied to clipboard
Add rank for checking colinear
I am not sure if this is aligned with the package purposes, but it would be helpful if there are rank and unique method to see if a matrix is collinear or not. I assume this type of checks will be helpful for SVD.
something that looks like
LASwift.unique(matrix)
LASwift.unique.rank(matrix)