I was wondering whether any of the well-known matrix libraries for Java, such as Colt or EJML, actually provide similar functionality as MatLab? For instance, I can\'t seem
You can use this one. It is very simple and supply basic matrix operations.
You can add/substract/multiply etc 2d matrixes and vectors.