Modifier and Type | Field and Description |
---|---|
private Map<T,Integer> |
keys |
private int |
newIdx |
List<double[]> |
values |
Constructor and Description |
---|
HalfMatrixDouble() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsCdim(T c) |
boolean |
containsRdim(T r) |
double |
get(T key1,
T key2) |
Set<T> |
getDimC() |
Set<T> |
getDimR() |
protected int |
getKeyIdx(T key) |
Set<T> |
keySet() |
void |
put(T key1,
T key2,
double value) |
void |
putAll(Matrix<T,T> m)
Can be better implemented...
|
MatrixDoubleArray<T,T> |
toArray() |
MatrixDoubleArray<T,T> |
toArrayT() |
public List<double[]> values
private int newIdx
(C) INRIA, UPMF & friends, 2008-2015