Re: [eigen] Missing definition for ei_abs2(complex<long double>)? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Missing definition for ei_abs2(complex<long double>)?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 25 May 2010 14:07:45 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=mZ7iT1dGIG4pRvoeOaYPOqxN7L7DcQd/CgxcKa7mMmQ=; b=r8HHYkheQWO0ihA7WuXGjUOR60WEslHUZh6vAlNi/A7nvjiuwVSdTM9jx/Bao/yVFz hexRxi7aKPWYaulofwnxBrTNfHDJZHBQpl+fg5+S/FMcsvZ+EHGPF+0e6AfRiYE7GQi4 WZr5Cq7G5zqEsyhyi4hl2JDkDbCPRRYTreRPc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Vs1EXlSYaBi2ZgZd9ERc62IB5lddEU7pB3Sr4FV4Tu02m9uC4kf/IOcObCEuYf08Hu jKrtEby0NbIKdqjf85h08uSl/IRmjOTvMZMPC9dU5tShp/BklEuHpirXSML3ds7piYrF fIDcrTAJZVQJlF3wpbKN50BppYAKiggFEJF3Y=
In Eigen 2.0, we only supported a finite list of numeric types, and
complex<long double> wasn't one of them.
In the development branch (since 2 weeks ago) it should work, please
tell me you error msgs if it doesn't.
Benoit
2010/5/25 Manoj Rajagopalan <rmanoj@xxxxxxxxx>:
> Hi eigen-developers,
>
> calls to squaredNorm() are failing for vectors or complex<long double> and
> the ei_abs2() candidates listed include float, double ,long double,
> complex<float>, and complex<double> only. Is this a bug?
>
> Thanks,
> Manoj
>
>
>