Modifier and Type | Field and Description |
---|---|
private Map<C,Integer> |
col |
private int |
currentCidx |
private int |
cVsize |
private Map<R,List<double[]>> |
rowVal |
Constructor and Description |
---|
MatrixDouble() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsCdim(C c) |
boolean |
containsKey(R r,
C c) |
boolean |
containsRdim(R r) |
double |
get(R r,
C c) |
Set<C> |
getDimC() |
Set<R> |
getDimR() |
Set<?> |
keySet() |
void |
put(R r,
C c,
double value) |
void |
putAll(Matrix<R,C> m) |
MatrixDoubleArray<R,C> |
toArray() |
MatrixDoubleArray<C,R> |
toArrayT() |
public boolean containsRdim(R r)
containsRdim
in interface Matrix<R,C>
public boolean containsCdim(C c)
containsCdim
in interface Matrix<R,C>
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017