edu.jhu.ece.iacl.jist.structures.matrix
Class Matrix2

java.lang.Object
  extended by Jama.Matrix
      extended by edu.jhu.ece.iacl.jist.structures.matrix.Matrix2
All Implemented Interfaces:
MatrixX, java.lang.Cloneable

public class Matrix2
extends Jama.Matrix
implements MatrixX

Matrix 2D implementation.

Author:
Blake Lucas

Constructor Summary
Matrix2(double[][] arg0)
          Instantiates a new matrix2.
Matrix2(double[][][] m, int arg3)
          Instantiates a new matrix2.
Matrix2(double[][][] m, int arg1, int arg2, int arg3)
          Instantiates a new matrix2.
Matrix2(double[][] arg0, int arg1, int arg2)
          Instantiates a new matrix2.
Matrix2(double[] arg0, int arg1)
          Instantiates a new matrix2.
Matrix2(int arg0, int arg1)
          Instantiates a new matrix2.
Matrix2(int arg0, int arg1, double arg2)
          Instantiates a new matrix2.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Matrix2

public Matrix2(int arg0,
               int arg1)
Instantiates a new matrix2.

Parameters:
arg0 - the arg0
arg1 - the arg1

Matrix2

public Matrix2(int arg0,
               int arg1,
               double arg2)
Instantiates a new matrix2.

Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2

Matrix2

public Matrix2(double[] arg0,
               int arg1)
Instantiates a new matrix2.

Parameters:
arg0 - the arg0
arg1 - the arg1

Matrix2

public Matrix2(double[][] arg0)
Instantiates a new matrix2.

Parameters:
arg0 - the arg0

Matrix2

public Matrix2(double[][] arg0,
               int arg1,
               int arg2)
Instantiates a new matrix2.

Parameters:
arg0 - the arg0
arg1 - the arg1
arg2 - the arg2

Matrix2

public Matrix2(double[][][] m,
               int arg1,
               int arg2,
               int arg3)
Instantiates a new matrix2.

Parameters:
m - the m
arg1 - the arg1
arg2 - the arg2
arg3 - the arg3

Matrix2

public Matrix2(double[][][] m,
               int arg3)
Instantiates a new matrix2.

Parameters:
m - the m
arg3 - the arg3