Re: [eigen] Poor performance on MSVC compiler |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Poor performance on MSVC compiler
- From: Ian Bell <ian.h.bell@xxxxxxxxx>
- Date: Mon, 18 Aug 2014 13:44:02 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=WocDz2YypyWQHVAQLnGuBozJoi2LVV1L+DRA1N16uiA=; b=mr8qdnrimZvr98Hw3SIIkpggyVAumkDG3Z6XKFhtwHrq92r98yCzwOhI4R2VZaGSzl 7aZ9ymKf1PJBKYNgJpnE3Lo/lfXq7ascnZZlVukDcWZ60dJbBbAzsdy5O7M+aAKTVwlb YjywjiLg3K6e4KcAE5UVvmzSjq3mmVXWweHw/W9SAuaTHRxNv5PM0k65C6jmPTXGr9rA LY7Hm+93WMIwC8oJQIohy+/dC79zEVwGw5hHEMCeVuTcjANTZDc4pvlhCCRL85Kuc5iK EtARbGYEbt70O4g/KFJ65NF+pWHyhozW0sZzDmHgTxWBpn543pWMOwJ/Xnzss5HHW1Ce 0Lqg==
Yeah I know, but this function is pretty deeply embedded into a larger program. I'm going to try to strip it down to something more reasonable with a copy-paste of coefficients, etc to see if I can duplicate this error for a minimal example.