A D G M O S T V 
All Classes All Packages

A

apply(double[], double[]...) - Method in enum org.apache.commons.numbers.arrays.SortInPlace
Sorts in place.
ASCENDING - org.apache.commons.numbers.arrays.SortInPlace
Sort in ascending order.

D

DESCENDING - org.apache.commons.numbers.arrays.SortInPlace
Sort in descending order.

G

getDimension() - Method in class org.apache.commons.numbers.arrays.MultidimensionalCounter
Gets the number of dimensions of the multidimensional counter.
getSize() - Method in class org.apache.commons.numbers.arrays.MultidimensionalCounter
Gets the total number of elements.
getSizes() - Method in class org.apache.commons.numbers.arrays.MultidimensionalCounter
Gets the number of multidimensional counter slots in each dimension.

M

MultidimensionalCounter - Class in org.apache.commons.numbers.arrays
Converter between unidimensional storage structure and multidimensional conceptual structure.

O

of(int...) - Static method in class org.apache.commons.numbers.arrays.MultidimensionalCounter
Creates a counter.
org.apache.commons.numbers.arrays - package org.apache.commons.numbers.arrays
Array utilities.

S

SortInPlace - Enum in org.apache.commons.numbers.arrays
Sort an array and perform the same reordering of entries on other arrays.

T

toMulti(int) - Method in class org.apache.commons.numbers.arrays.MultidimensionalCounter
Converts to a multidimensional counter.
toString() - Method in class org.apache.commons.numbers.arrays.MultidimensionalCounter
toUni(int...) - Method in class org.apache.commons.numbers.arrays.MultidimensionalCounter
Converts to a unidimensional counter.

V

valueOf(String) - Static method in enum org.apache.commons.numbers.arrays.SortInPlace
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.commons.numbers.arrays.SortInPlace
Returns an array containing the constants of this enum type, in the order they are declared.
A D G M O S T V 
All Classes All Packages