SSJ  3.3.1
Stochastic Simulation in Java
List of all members
MultiDimSort01< T extends MultiDim01 > Interface Template Reference

This interface extends MultiDimSort<T> to implement multivariate sorting algorithms that sort points of \(d\) dimensions in the unit hypercube \([0, 1)^d\). More...

Inheritance diagram for MultiDimSort01< T extends MultiDim01 >:
[legend]
Collaboration diagram for MultiDimSort01< T extends MultiDim01 >:
[legend]

Additional Inherited Members

- Public Member Functions inherited from MultiDimSort< T >
void sort (T[] a, int iMin, int iMax)
 Sorts the subarray of a made of the elements with indices from iMin to iMax-1. More...
 
void sort (T[] a)
 Sorts the entire array a. More...
 
void sort (double[][] a, int iMin, int iMax)
 Sorts the subarray of a made of the elements with indices from iMin to iMax-1, using the natural order for real numbers for each coordinate. More...
 
void sort (double[][] a)
 Same as above, but sorts the entire array. More...
 
int dimension ()
 Returns the number of dimensions used in the sort. More...
 

Detailed Description

This interface extends MultiDimSort<T> to implement multivariate sorting algorithms that sort points of \(d\) dimensions in the unit hypercube \([0, 1)^d\).


The documentation for this interface was generated from the following file: