karansher / computer-graphics-ray-casting

Computer Graphics Assignment about Ray Casting
1 stars 0 forks source link

Are we allowed to use Eigen::Matrix::determinant()? #29

Open mayawarrier opened 1 year ago

mayawarrier commented 1 year ago

Are we allowed to use the Eigen::Matrix class? If so we can use its determinant() function to solve a system of linear equations?

fares-soliman commented 1 year ago

also wondering this, in addition to cmath for the square root function...

panuelosj commented 1 year ago

yes to both