bcpd
bcpd copied to clipboard
ERROR: The Cholesky factorization of A failed at the update of v. Retry.
Hi, any idea why I get this error and how to avoid it?
Thanks, Cristian
Thank you for your interest in BCPD! Replacing line 268 in bcpd.c with the following sentence (and re-compiling) might help:
*r/=(*Np)*D; *r=fabs(*r); *r=sqrt(*r);
Regards, Osamu