org.jmatrices.dbl
Class Matrices

java.lang.Object
  extended byorg.jmatrices.dbl.Matrices

public final class Matrices
extends java.lang.Object

Matrices plays the same role that Collections does for collection classes
Author: purangp

Date: 18.05.2004 Time: 19:21:00


Method Summary
static double[][] getArray(Matrix m)
           
static double[] getColumnArray(Matrix m, int col)
           
static double[] getRowArray(Matrix m, int row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getColumnArray

public static double[] getColumnArray(Matrix m,
                                      int col)

getRowArray

public static double[] getRowArray(Matrix m,
                                   int row)

getArray

public static double[][] getArray(Matrix m)