> What exactly do you mean by "methods for multiplying vectors with > other vectors of scalars"? General vector algebra usually only > defines scalar*vector. There are multiple (conflicting) definitions > for vector*vector in various contexts, the most common is > (a1, a2, ...)*(b1, b2, ...)=(a1*b1, a2*b2, ...) > > Could you be more specific? > > J.Pietschmann
I mean exactly the above indicated 'common one'. of course i could relate to it as a multiplication of two matrices (the left a row the right a column) but seems a bit ugly. Do you think there is a point in adding a sort of static methods class , VectorUtils or the like? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
