OntoSim 2.3

fr.inrialpes.exmo.ontosim.util.matrix
Class MatrixDoubleArray<R,C>

java.lang.Object
  extended by fr.inrialpes.exmo.ontosim.util.matrix.MatrixDoubleArray<R,C>

public class MatrixDoubleArray<R,C>
extends Object


Field Summary
private  List<C> cols
           
private  List<R> rows
           
private  double[][] values
           
 
Constructor Summary
MatrixDoubleArray(List<R> r, List<C> c, double[][] vals)
           
 
Method Summary
 List<C> getCols()
           
 List<R> getRows()
           
 double[][] getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

private double[][] values

rows

private List<R> rows

cols

private List<C> cols
Constructor Detail

MatrixDoubleArray

public MatrixDoubleArray(List<R> r,
                         List<C> c,
                         double[][] vals)
Method Detail

getValues

public double[][] getValues()

getRows

public List<R> getRows()

getCols

public List<C> getCols()

OntoSim 2.3

(C) INRIA, UPMF & friends, 2008-2011