public interface Matrix<R,C>
Modifier and Type | Method and Description |
---|---|
boolean |
containsCdim(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() |
Set<?> keySet()
boolean containsRdim(R r)
boolean containsCdim(C c)
MatrixDoubleArray<R,C> toArray()
MatrixDoubleArray<C,R> toArrayT()
(C) INRIA, UPMF & friends, 2008-2015