Re: [eigen] documentation: the long tutorial

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


Great and thank you for your effort.

Only a few minor comments:

- please try to use MatrixXf::Index in your examples like the
minCoeff() code (we just changed that recently)

- I would add "... and indices ..." to "Maximum coefficient ... in a
matrix" since there exists another method taking no parameters which
returns the coefficients only

- for the Array docs I would also mention the special typedefs we have
for Arrays like e.g. ArrayXXf

This is a bit more important since it resembles a little inconsistency
which we need to point out because ArrayXXf is the MatrixXf equivalent
(note the two 'X' vs. one for matrices). Also, sometimes it really
makes sense to declare your objects right away as Arrays without using
the Matrix::array() method.

Ok, that's it for the moment. If I have more time I can look more careful.

Thanks again,
Hauke

On Sun, Jun 20, 2010 at 11:45 PM, Carlos Becker <carlosbecker@xxxxxxxxx> wrote:
> Some new stuff:
>
> Arithmetic
> ops: http://carlosbecker.com.ar/eigen/doc/TutorialMatrixArithmetic.html
> Array class: http://carlosbecker.com.ar/eigen/doc/TutorialArrayClass.html
>
> The Array class part is quite incomplete I guess. I am wondering whether
> more details should be added or if this is enough. I think that the examples
> found in http://eigen.tuxfamily.org/dox/TutorialCore.html are quite useful,
> does anyone know in which .dox file they are found?
> All feedback welcome.
> Carlos



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