karansher / computer-graphics-ray-casting

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

Using Eigen/Dense #43

Open leenlab2 opened 1 year ago

leenlab2 commented 1 year ago

Are we allowed to use Eigen/Dense for vector/matrix operations? For example, getting the determinant of a matrix? If not, what can we use?

armst297 commented 1 year ago

From my notes from tutorial, the TA said we could use the Eigen linear solver, which is in the Eigen/Dense library, so I would assume so? Unless there is conflicting information from other TAs/the prof

panuelosj commented 1 year ago

Yep, you can use Eigen/Dense