Re: [eigen] Array, Matrix, PlainObjectBase and DenseStorage are now move enabled |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: "<eigen@xxxxxxxxxxxxxxxxxxx>" <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [eigen] Array, Matrix, PlainObjectBase and DenseStorage are now move enabled
- From: "Wood, Tobias" <tobias.wood@xxxxxxxxx>
- Date: Sat, 10 Aug 2013 10:40:01 +0000
- Accept-language: en-GB, en-US
- Thread-index: AQHOj6rtCQknwLTJzE6I2qkaM6QZq5mD6Q6AgAKPw4CABiz5AIABps6A
- Thread-topic: [eigen] Array, Matrix, PlainObjectBase and DenseStorage are now move enabled
Hi Hauke,
I'd like to work on this, but I'm struggling to work out where to start. Which class or classes should this be added to? I thought it would be DenseBase, but I can't work out how the constructors for it work - they seem to be declared private which I don't understand. The level of template programming in Eigen is a bit beyond my normal level!
Thanks,
Toby
On 9 Aug 2013, at 10:26, Hauke Heibel wrote:
> Hi Tobias,
>
> On Mon, Aug 5, 2013 at 1:08 PM, Wood, Tobias <tobias.wood@xxxxxxxxx> wrote:
> On the subject of C++11, the other nice feature that I would like to see in Eigen is the {} initialisation/construction syntax. Is there any chance of Eigen supporting this as an alternative to the << initialiser?
>
> Support for std::initializer_list should be possible. I cannot do it right now since VC11 does not support std::initializer_list but as always, patches are welcome.
>
> Regards,
> Hauke