fr.inrialpes.exmo.ontosim.util.matrix
Class MatrixDoubleArray<R,C>
java.lang.Object
fr.inrialpes.exmo.ontosim.util.matrix.MatrixDoubleArray<R,C>
public class MatrixDoubleArray<R,C>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
values
private double[][] values
rows
private List<R> rows
cols
private List<C> cols
MatrixDoubleArray
public MatrixDoubleArray(List<R> r,
List<C> c,
double[][] vals)
getValues
public double[][] getValues()
getRows
public List<R> getRows()
getCols
public List<C> getCols()
(C) INRIA & friends, 2008-2009