Working With Arrays

Almost everything in ojAlgo makes use of or interacts with some array based data structure. To always code directly against raw arrays like double[], float[] or Number[] would be awkward. Therefore there are classes that encapsulate these raw arrays and, using generics and inheritance, defines a set of standard methods to interact with them. This … Continue reading Working With Arrays