public class SparseIndex extends Object
Constructor and Description |
---|
SparseIndex(int[] binsPerAxis) |
Modifier and Type | Method and Description |
---|---|
int[] |
getBinsPerAxis() |
int[] |
getBinsPerAxisCopy() |
int[] |
getBitsPerAxis() |
void |
getIndex(long key,
int[] bin) |
long |
getKey(int[] bin) |
long |
getKeyFast(int[] bin) |
int |
getOffset(int axis) |
int |
getRank() |
boolean |
isCompatible(SparseIndex sindex)
Checks two SparseIndex classes for compatability.
|
String |
toString() |
public long getKey(int[] bin)
public boolean isCompatible(SparseIndex sindex)
sindex
- SparseIndex classpublic long getKeyFast(int[] bin)
public void getIndex(long key, int[] bin)
public int getOffset(int axis)
public int getRank()
public int[] getBinsPerAxis()
public int[] getBinsPerAxisCopy()
public int[] getBitsPerAxis()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics