libigl / eigen

This is a mirror of the latest stable version of Eigen.
Other
203 stars 130 forks source link

how to release matrix when useless #2

Closed penghao94 closed 7 years ago

penghao94 commented 7 years ago

Hi, I am curious to know how to release matrix memory in Eigen when useless because I cannot find any function to delete the matrix memory. I am worry about if the useless matrices will occupy memory so that lead to overflow Could you help me ? Thanks, swanny