Re: [eigen] Typos in "Getting Started" |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
On Tue, 14 Aug 2012, Rodney Sparapani wrote:
I noticed that there are some typos in "Getting Started".
Specifically, in Example 2, the source code uses the float type,
i.e. MatrixXf/VectorXf/etc. But, the corresponding text refers to
double: MatrixXd/VectorXd/etc.
Thank you. I just fixed this in the source code; it will propagate to the
documentation on the web in due time.
On Wed, 15 Aug 2012, Rodney Sparapani wrote:
Well no one said that they wanted these bug reports; but no one
said they didn't either ;o) So, here's another...
We definitely do want them. Sorry for taking so long to act on them, but
it looks like everybody is fairly busy at the moment.
In Tutorial 9
<http://eigen.tuxfamily.org/dox/TutorialSparse.html>,
the following image does not exist
http://eigen.tuxfamily.org/dox/Tutorial_sparse_example.jpeg
I think that I cannot fix this (one needs access to the servers), but I
filed a bug so that we won't forget about this.
On Thu, 16 Aug 2012, Rodney Sparapani wrote:
In the Quick reference guide, in Sub-matrices, the corresponding
comment for vec1.segment(pos, n) is incorrect. It should be
"[pos:pos+n-1]".
It says "[pos:pos+n[" with the second bracket the 'wrong way around'. I
guess the author wanted to denote a half-open interval (everything from
pos up to, but not including, pos+n). However, I think that's fairly
confusing, so I replaced it by your suggestion.
Thanks again for your reports,
Jitse