pypose icon indicating copy to clipboard operation
pypose copied to clipboard

[CG solver] assert x does not contain nan

Open hxu296 opened this issue 1 year ago • 1 comments

Currently, CG will silently return x even if it contains nan, which may hide numeric instability issue.

hxu296 avatar Dec 09 '23 07:12 hxu296

You can also use this function to check: https://pypose.org/docs/main/generated/pypose.hasnan/?highlight=nan#pypose.hasnan

wang-chen avatar Dec 10 '23 17:12 wang-chen