karansher / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
0 stars 0 forks source link

Solving system of equations with a non-square matrix #12

Open FarzanehCS opened 2 years ago

FarzanehCS commented 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!