Tagged Questions
1
vote
1answer
359 views
Lapack's row reduction
I am trying to write a function that produces a single solution to an underrepresented system of equations (e.g. the matrix that describes the system is wider than it is tall). In order to do this, I ...