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
There is also la4j library that supports functional programming features as functors. You can use transform() method with manual hi-order function.