Re: [eigen] Initial implementation of tensor support |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen development <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [eigen] Initial implementation of tensor support
- From: Rhys Ulerich <rhys.ulerich@xxxxxxxxx>
- Date: Fri, 27 Sep 2013 09:47:46 -0500
- 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=NSzWd8Ch8uGQXb22+tmcYF9bZ0EPLUMCqsc55GJrI6k=; b=Nk1AXAn4Z4nGhxFU9RmH2fWltEPHRTAVO7aNj0S3vjkNgI6IH1XuxwJ+M5k84Zrly+ tNtvdjbFrHz/EeM2WO6sN300xn1lqCr+fQsAhcMbgiBoujEa+y6I81cMoLpZnJbisPgJ 8vsayzUHqHmJH1m9HSdEG6c0gDntwd5vqBgM8G6hs0/3TAFMfqpuwjDwmOuhBKh4JbrA bDsLMg1HZoCp5Do5TdOr4nondd1vpU6189MCbL5FPc/1eQk8eB/UFjgOoiYYsAv68z/N RoTvfY1t83Kt24VGT063WhWNFotd4h/SRg02jrUivZv7L9ulRm8Gr6ONl2dWaKoQrxYp vBoQ==
A very cool contribution. Maybe I will stop using Boost.MultiArray combined with Eigen Maps for my next project...
> I know eigen targets C++98, but do the eigen developers allow C++11 code in unsupported/? I hope so, as C++11 seems truly necessary to get support for arbitrary-rank tensors.
Is there a scientific need for dimensionality beyond the maximum standardized Fortran array dimension?
Arbitrary is so, well, arbitrary.
-Rhys