|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectJama.Matrix
edu.jhu.ece.iacl.jist.structures.matrix.Matrix2
public class Matrix2
Matrix 2D implementation.
| 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 |
|---|
public Matrix2(int arg0,
int arg1)
arg0 - the arg0arg1 - the arg1
public Matrix2(int arg0,
int arg1,
double arg2)
arg0 - the arg0arg1 - the arg1arg2 - the arg2
public Matrix2(double[] arg0,
int arg1)
arg0 - the arg0arg1 - the arg1public Matrix2(double[][] arg0)
arg0 - the arg0
public Matrix2(double[][] arg0,
int arg1,
int arg2)
arg0 - the arg0arg1 - the arg1arg2 - the arg2
public Matrix2(double[][][] m,
int arg1,
int arg2,
int arg3)
m - the marg1 - the arg1arg2 - the arg2arg3 - the arg3
public Matrix2(double[][][] m,
int arg3)
m - the marg3 - the arg3
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||