karansher / computer-graphics-bounding-volume-hierarchy

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

Not sure why inverse is not allowing me to compile? #1

Open dhararya opened 2 years ago

dhararya commented 2 years ago

image

cdm233 commented 2 years ago

It's giving you a linker error, probably because you didn't include some header files. Might be one of these?

include <Eigen/LU>

include <Eigen/SparseLU>

include <Eigen/SparseCholesky>