public class StridePermutation extends Object implements Comparable<StridePermutation>
| Constructor and Description |
|---|
StridePermutation() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StridePermutation o) |
static StridePermutation[] |
create(int[] stride)
Create an array of these from the given stride
|
public int compareTo(StridePermutation o)
compareTo in interface Comparable<StridePermutation>public static StridePermutation[] create(int[] stride)
stride - the strideCopyright © 2016. All Rights Reserved.