I have a really large sparse matrix encoded in Eigen in C++ and I need the exact condition number.
Eigen does not have functionality for this.
Someone I know said I should export the matrix and read it with matlab, except I don;t have a matlab license and I would not know how to export it.
I am thinking of using octave or julia instead. All I really need is the condition number somehow with the minimum amount of custom code possible.