--- Phil Steitz <[EMAIL PROTECTED]> wrote:
> Phil Steitz wrote:
> 
> > 4) Add the following new methods to both RealMatrix and BigMatrix 
> > interfaces: RealMatrix getSubMatrix (int startRow, int endRow, int
> > startColumn, int endColumn) RealMatrix getSubMatrix (int[] rows, int[]
> > columns) RealMatrix getRowMatrix(int row) RealMatrix
> > getColumnMatrix(int row) RealMatrix createRowMatrix(double[] row) 
> > RealMatrix createColumnMatrix(double[] column)
> > 
> Any objections to putting the last two methods above in a MatrixUtils

No objection, that makes sense to me.


> class and change the names to "makeXxx"?

Despite being longer, I like the originally proposed method names better.



Al

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to