You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know is there any speed difference between coeffRef(i,j) and mat.setFromTriplets(tripletList.begin(), tripletList.end()) for filling eigen sparse matrices? Currently I am using the former but it took a very long time to run the interpolate function.
Thanks for the help!
The text was updated successfully, but these errors were encountered:
Hello,
I would like to know is there any speed difference between coeffRef(i,j) and mat.setFromTriplets(tripletList.begin(), tripletList.end()) for filling eigen sparse matrices? Currently I am using the former but it took a very long time to run the interpolate function.
Thanks for the help!
The text was updated successfully, but these errors were encountered: