gpu_suggestive_contours
gpu_suggestive_contours copied to clipboard
Some problem with function lineqn.h::ldltc Special case
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.
What file are you talking about exactly?