gpu_suggestive_contours icon indicating copy to clipboard operation
gpu_suggestive_contours copied to clipboard

Some problem with function lineqn.h::ldltc Special case

Open formerStudent opened this issue 3 years ago • 1 comments

Hello! Thanks for sharing! I am working with suggestive contour, and use this lib to test the result of my algorithm. I find that the function static inline bool ldltdc(T (&A)[N][N], T rdiag[N]) in lineqn.h always gives a strange result(i use a uvsphere model generated by blender to test the algorithm). The result it given is different from the result I calculated using Eigen Library. But when i comment the special case, it got the same result as Eigen.

formerStudent avatar Nov 02 '22 09:11 formerStudent

What file are you talking about exactly?

Forceflow avatar Nov 10 '22 00:11 Forceflow