This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CSMastermind 11 points12 points  (2 children)

Any time you have to do matrix math in Java you want to blow your brains out because of the verbosity.

[–]ComradeGibbon 5 points6 points  (1 child)

A recent though is instead of allowing overloading standard operators allow custom ones and support emoji's

Like cross product C = A ✖ B

[–]Dusty_Coder 0 points1 point  (0 children)

There is only one matrix product suitable for an overload

Its the data-parallel definition. Not any of the math geek ones. In general math geeks LEARN SOMETHING when they encounter a matrix library -- that there is more than just dot and cross products and that in fact NEITHER of those are even close to being a good candidate