java.lang.Object
org.ejml.ops.SortCoupledArray_F64
public class SortCoupledArray_F64
extends java.lang.Object
-
-
Method Summary
| Modifier and Type |
Method |
Description |
void |
quick(int[] segments,
int length,
int[] valuesA,
double[] valuesB) |
|
static void |
shellSort(int[] data,
int offset,
int length,
int[] indexes) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public SortCoupledArray_F64()
-
Method Details
-
public void quick(int[] segments,
int length,
int[] valuesA,
double[] valuesB)
-
public static void shellSort(int[] data,
int offset,
int length,
int[] indexes)