Package ch.systemsx.cisd.base.mdarray

This package provides an implementation of multi-dimensional numerical arrays in Java.

See: Description

Package ch.systemsx.cisd.base.mdarray Description

This package provides an implementation of multi-dimensional numerical arrays in Java. Contrary to the array of arrays representation that is built into the Java language, the classes in this package use one contiguous array and appropriate index operations to access the elements of the array.

The number of indices (or axis') of an array is called the rank of the array, the set of extends of the array along each of its axis' are called the dimensions of the array.