OntoSim 1.0

fr.inrialpes.exmo.ontosim.util.matrix
Interface Matrix<R,C>

All Known Implementing Classes:
HalfMatrixDouble, MatrixDouble

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

put

void put(R r,
         C c,
         double value)

get

double get(R r,
           C c)

getDimR

Set<R> getDimR()

getDimC

Set<C> getDimC()

keySet

Set<?> keySet()

toArray

MatrixDoubleArray<R,C> toArray()

OntoSim 1.0

(C) INRIA & friends, 2008-2009