net.sourceforge.combean.samples.mathprog.lp.matrixrounding
Class MatrixToRoundLoader

Package class diagram package MatrixToRoundLoader
java.lang.Object
  extended by net.sourceforge.combean.samples.mathprog.lp.matrixrounding.MatrixToRoundLoader

public class MatrixToRoundLoader
extends Object

Load a matrix from a Readable object.


Constructor Summary
MatrixToRoundLoader(Readable dataSource)
          Constructor
 
Method Summary
 double[][] getM()
          Return the matrix that has been read.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatrixToRoundLoader

public MatrixToRoundLoader(Readable dataSource)
Constructor

Parameters:
dataSource - the Readable from where the matrix shall be read
Method Detail

getM

public final double[][] getM()
Return the matrix that has been read.

Returns:
Returns the matrix.