|
OntoSim 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Matrix<R,C>
Method Summary | |
---|---|
double |
get(R r,
C c)
|
Set<C> |
getDimC()
|
Set<R> |
getDimR()
|
Set<?> |
keySet()
|
void |
put(R r,
C c,
double value)
|
MatrixDoubleArray<R,C> |
toArray()
|
Method Detail |
---|
void put(R r, C c, double value)
double get(R r, C c)
Set<R> getDimR()
Set<C> getDimC()
Set<?> keySet()
MatrixDoubleArray<R,C> toArray()
|
OntoSim 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |