eth-igl / gp2024-Assignments

0 stars 0 forks source link

Allowed to #include <Eigen/Sparse> to Deformation.h #36

Open Jonunivo opened 1 month ago

Jonunivo commented 1 month ago

Hi,

Since I want to use a SparseMatrix in my private variables declared in Deformation.h, am I allowed to add #include <Eigen/Sparse> to the Deformation.h file without violating the rules stated in assignment 5? It feels like I am, but just want to be sure :)

Thank you in advance, and have a nice day!

PeizhuoLi commented 1 month ago

Hi, you are right. It is allowed to add includes in Deformation.h.