RALFit icon indicating copy to clipboard operation
RALFit copied to clipboard

Lanczos example (LAPACK)

Open talassio opened this issue 6 years ago • 0 comments

Example program Lanczos.f90 causes exception Warning: Floating divide by zero occurred in call to

call dgesvd( JOBU, JOBVT, n, m, w%Jcopy, n, w%S, w%S, 1, w%S, 1, &

See https://github.com/talassio/RALFit/blob/38b3dc820570ae7b66294229dd7182a3782a513d/libRALFit/src/ral_nlls_internal.f90#L3456

Note: Compiler flag -ieee=stop will break example.

talassio avatar Mar 29 '19 18:03 talassio