Closed koichishi closed 4 years ago
Try it out and see if it works :)
Thank you. It does work but I am not sure if there is a faster way of doing it...
If the skirt and flag examples are significantly faster than they would be using your dense code, then you should be fine.
Since the calculations of the auxiliary "d" and "y" in fast_mass_springs_step_sparse.cpp involves normal(dense) matrix, should we just assume these are dense matrices and keep this file the same as fast_mass_springs_step_dense.cpp?