Changed linear shape fitting to use Eigen
All matrix operations and solving the linear system is now done with Eigen matrices. We use colPivHouseholderQr for now to solve the linear system, which doesn't have any requirements on the matrix.
Showing
Please register or sign in to comment