Re: [eigen] Addition to Eigen-unsupported Spline module |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Addition to Eigen-unsupported Spline module
- From: Jeff J <complexzeros@xxxxxxxxx>
- Date: Mon, 23 Jun 2014 12:53:09 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OlHIvUke/ceeAvVcAwWrBThG6u2ZJgmhDnz5DqWLzo4=; b=TRzqaAatwCWs5R2ibNnQjBpgUSd2m+dU6wPGM4XXBrsauFP+oZ8nmh9CGAIR37oP/B MduXOl6cojJ10MLNIgb16oGm1AM2pigHlqa/RYTuQK8QdfJCRc2OSrcsyHfy3Kqtanoq 2JE57BEMcIo3zE1l3zqN2hDaXkMEt7g3ZVNcAqyC5Dj/FOagN0vcwFpfqhxF6CMNJhgE kauoICmIrcuzM/xkYLNP0nV6kCzDgIrTCRVqLeRlRvRClkO6FfYlQP/NowOXYuT3pXM8 bB6FclOwATRORkiuSuOFDBJzhI1nBOEi7uv5evpppblJtOCKoTEr43rjnTL0f4sxIpKt b/Qw==
I am able to reproduce that with VS 2013, 64-bit build. It just wasn't achieving precision to 1e-12 (but it was when I built it using gcc). With that seed value, it's only accurate to 1e-11 for the points. I noticed that with the Interpolate function, it's accurate to 1e-14. What is acceptable precision for this sort of thing? 1e-10 is plenty for my purposes. I'll dig into it a little more, but I can't think of what would cause that other than the solver.