Re: [eigen] two decisions to take

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


Sorry for the spam,

On Monday 03 September 2007 07:34:00 Benoît Jacob wrote:
> Global functions give more natural mathematical notation. For instance, for
> a cross product:
> 	double d = cross(vector1, vector2);
> vs.
> 	double d = vector1.cross(vector2);

urgh, s/"double d"/"Vector result"/g.

Now I feel stupid :P

Benoit

Attachment: signature.asc
Description: This is a digitally signed message part.



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