Modifier and Type | Field and Description |
---|---|
private HashMap<C,Integer> |
cIdx |
private int |
cSeq |
private File |
f |
private RandomAccessFile |
matrixFile |
private HashMap<R,Integer> |
rIdx |
private int |
rSeq |
Constructor and Description |
---|
MatrixFile() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsCdim(C c) |
boolean |
containsRdim(R r) |
protected void |
finalize() |
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() |
private final File f
private final RandomAccessFile matrixFile
private int rSeq
private int cSeq
public boolean containsCdim(C c)
containsCdim
in interface Matrix<R,C>
public boolean containsRdim(R r)
containsRdim
in interface Matrix<R,C>
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017