Tzvika Barenholz wrote:
Is there somewhere in the Math package simple methods for multiplying
vectors with other vectors of scalars?

No.

Did i miss something? as far as I could tell there is no RealVector
class or the like at all.

That's probably because there are already two common representations of a vector: 1. a Java array 2. a special case of a matrix with either one row or one column.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to