Re: [eigen] How to resize a partially fixed matrix

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


2009/6/24 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> doesn't make me comfortable, again because a method that works for
> (partially)dynamic matrices should also work on fixed-size matrices of
> the same size, I am very reluctant here.
>
> So here's what I did (changeset b030f9866bae):
>    * add resize(int, NoChange) and resize(NoChange, int)
>    * add missing assert in resize(int)
>    * add examples for all resize variants
>    * expand docs (part of which is from Tim Hutt's e-mail)
>
> Now if you want we can add another name (or completely rename) the new
> resize(int, NoChange) and resize(NoChange, int).
> But perhaps it's good enough like this? i don't have a strong opinion.
> resizeHoriz(size) and colwise().resize(size) look nice but they aren't
> much shorter to type than resize(NoChange,size);
>
> Cheers,
> Benoit

This sounds good. I think most of the alternatives are ok as long as
the documentation is clear.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/