public static final String | 
ALL_DIMS_DROPPED | 
"Cannot drop all dimensions!" | 
public static final String | 
ARRAYS_DIFFER_IN_SHAPE | 
"Shape of input arrays are not the same!" | 
public static final String | 
CANNOT_DROP_DIM_NEGATIVE | 
"Axis %d cannot be dropped!" | 
public static final String | 
CANNOT_DROP_DIM_OVERFLOW | 
"Axis %d cannot be dropped because the array has only %d dimensions!" | 
public static final String | 
CANNOT_FIND_DTYPE2 | 
"Cannot find secondary data type (precision)!" | 
public static final String | 
CANNOT_SELECT_DIM_NEGATIVE | 
"Axis %d cannot be selected!" | 
public static final String | 
CANNOT_SELECT_DIM_OVERFLOW | 
"Axis %d cannot be selected because the array has only %d dimensions" | 
public static final String | 
CARTESIAN_BOUNDS_ERROR | 
"Bounds error: Attempt to access element of %s array at index %s!" | 
public static final String | 
COMBINE_SHAPE_MISMATCH | 
"shape of array (%s) given as parameter doesn\'t match the shape of the array (%s) on the left side!" | 
public static final String | 
COMBINE_TYPE_MISMATCH | 
"All parameters of %s must be either NDArray, Integer, Float or Double, but %s is given!" | 
public static final String | 
COMBINE_TYPE_MISMATCH_WITH_COMPLEX | 
"All parameters of %s must be either NDArray, Integer, Float, Double or Complex, but %s is given!" | 
public static final String | 
CONCATENATION_SHAPE_MISMATCH | 
"Cannot concatenate %s array to the current array of shape %s along dimension %d!" | 
public static final String | 
COPY_FROM_UNSUPPORTED_TYPE | 
"Cannot initialize new NDArray from array of type %s!" | 
public static final String | 
COPYFROM_INPUT_TYPE_DIFERS | 
"Type of the two input arrays must be the same!" | 
public static final String | 
DIMENSION_MISMATCH | 
"Number of indices (%d) doesn\'t match the number of dimensions (%d)!" | 
public static final String | 
DROPDIMS_NOT_SINGLETON | 
"Cannot drop dimension %d because it is not singleton!" | 
public static final String | 
ILLEGAL_SLICING_EXPRESSION | 
"Illegal slicing expression: %s" | 
public static final String | 
INCOMPATIBLE_SHAPE | 
"The shape of the input (%s) is incompatible with the dimensions of the NDArray (%s)!" | 
public static final String | 
INVALID_PERMUTATOR | 
"The permutation vector (%s) is not a valid permutation vector for the array to be permutated (%s)!" | 
public static final String | 
INVALID_RANGE | 
"Invalid range: [%d, %d)" | 
public static final String | 
INVALID_RANGE_EXPRESSION | 
"Invalid range expression: %s!" | 
public static final String | 
ITERATION_DIMENSIONS_MUST_BE_INCREASING | 
"Iteration dimensions must be provided in increasing order and no duplicates allowed!" | 
public static final String | 
ITERATOR_OUT_OF_BOUNDS | 
"Bounds error: Iterator already reached the end of the array!" | 
public static final String | 
LINEAR_BOUNDS_ERROR | 
"Bounds error: Attempt to access element of array with %d elements at linear index %d!" | 
public static final String | 
MASK_DIMENSION_MISMATCH | 
"Mask must have same shape as the array to be masked, but the array has shape of %s and the mask is of the shape %s!" | 
public static final String | 
NEGATIVE_NORM | 
"p must be a positive real number!" | 
public static final String | 
PARAMETER_MUST_BE_BETWEEN | 
"Parameter \'%s\' must be between %d and %d, but %d is given!" | 
public static final String | 
PERMUTATOR_SHAPE_MISMATCH | 
"The permutation vector (%s) doesn\'t fit the shape of the array to be permutated (%s)!" | 
public static final String | 
RANGE_ZERO_STEPSIZE | 
"Step size cannot be zero!" | 
public static final String | 
READ_FROM_FILE_WRONG_FILE_IDENTIFIER | 
"Cannot read the given file: It is not a properly formatted NDArray file!" | 
public static final String | 
RESHAPE_LENGTH_MISMATCH | 
"Cannot reshape %s array to new shape %s: Number of elements doesn\'t match!" | 
public static final String | 
SLICE_DIMENSION_MISMATCH | 
"Dimension mismatch: cannot slice %s array with the following slicing expression: %s" | 
public static final String | 
SLICE_OUT_OF_BOUNDS | 
"Bounds error: cannot slice %s array with the following slicing expression: %s" | 
public static final String | 
TOARRAY_COMPLEX_TO_REAL_ARRAY | 
"Cannot copy complex values to a real array!" | 
public static final String | 
TOARRAY_DEPTH_MISMATCH | 
"The depth of the input array (%d) doesn\'t match the number of dimensions (%d) in this NDArray!" | 
public static final String | 
UNSUPPORTED_TYPE | 
"Reading values from an array of type %s is not supported!" |