Open FarzanehCS opened 2 years ago
Hi, How can I solve a system of equations that has a non-square matrix using householderQr of Eigen library in C++? When I use this method, it gives me nan results!
householderQr
nan
Hi, How can I solve a system of equations that has a non-square matrix using
householderQr
of Eigen library in C++? When I use this method, it gives menan
results!