Re: [eigen] 3D Arrays / Tensors with Eigen? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] 3D Arrays / Tensors with Eigen?
- From: Joe Hellmers <hellmersjl@xxxxxxxxxx>
- Date: Wed, 22 Nov 2017 11:18:56 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=04042017; t=1511371138; bh=8RC9d4gGH95X8YeXFvusYHPs1BGPRUWVoxK8VvJBSsw=; h=From:Content-type:MIME-version:Subject:Date:To:Message-id; b=L7gx+iam7HxLdpA+TCU8V/YLDRGU+AWQafyGWXA+DqBHQ6gT9qyxZmQ8uP2xCazHk S6l2YrRX5mqlUtS80GXNvAhMCtHNVITa2/V6ozhUlXjLOYBszKEU7/2QT15ooxxllu FhnzOvb0bjeux+HZEMVaPwlIfeOgI3Nk5zEk7GJq37ByfKLe/lm0Wib0DDyB44Imbp cua8/L6zVz1hR92GsuRBQyLA4bV8r4FAtOdzV8CC3G6Wzhe2ibpC4c1BJtLkO8nhCM cYKf9GjXCce5ychXXd6MmAjbRhdna2RRR2Oj9BXKS5tn5Lyfyx1SNS5KyZPGB/FJIl 53wju8fc7SNvg==
I’m looking for the ability access slices of 3D array of float or double scalar values. The slices could 2D or 1D. It would be nice to be able to serialize and deserialize the 3D array.
It doesn’t have to be C++, it could be regular C as well.
Joe Hellmers
> On Nov 21, 2017, at 2:16 AM, Paul Springer <pavdev@xxxxxx> wrote:
>
> What kind of functionality do you need?
>
> I found Eigen's tensor performance grossly suboptimal.
>
> -Paul
>
> Am 11/21/17 um 3:30 AM schrieb Joe Hellmers:
>> Hello,
>>
>> Does Eigen support 3D Array / 3rd Rank Tensors?
>>
>> Joe Hellmers
>>
>>
>>
>>
>
>
>