Re: [eigen] Error in the documentation

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


On Mon, 9 Jan 2012, Sameer Agarwal wrote:

There is a small but significant error in

http://eigen.tuxfamily.org/dox/QuickRefPage.html

Where rankupdate is described as

A += a * B.adjoint() * B

where as it should be

A += A * B * B.adjoint()


Thanks for pointing this out. I corrected this in the source; the online documentation should update automatically shortly.


Jitse



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