|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjflexcrf.DoubleMatrix
public class DoubleMatrix
The Class DoubleMatrix.
Field Summary | |
---|---|
int |
cols
The cols. |
double[][] |
mtrx
The mtrx. |
int |
rows
The rows. |
Constructor Summary | |
---|---|
DoubleMatrix()
Instantiates a new double matrix. |
|
DoubleMatrix(DoubleMatrix dm)
Instantiates a new double matrix. |
|
DoubleMatrix(int rows,
int cols)
Instantiates a new double matrix. |
|
DoubleMatrix(int rows,
int cols,
double[][] mtrx)
Instantiates a new double matrix. |
Method Summary | |
---|---|
void |
assign(double val)
Assign. |
void |
assign(DoubleMatrix dm)
Assign. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double[][] mtrx
public int rows
public int cols
Constructor Detail |
---|
public DoubleMatrix()
public DoubleMatrix(int rows, int cols)
rows
- the rowscols
- the colspublic DoubleMatrix(int rows, int cols, double[][] mtrx)
rows
- the rowscols
- the colsmtrx
- the mtrxpublic DoubleMatrix(DoubleMatrix dm)
dm
- the dmMethod Detail |
---|
public void assign(double val)
val
- the valpublic void assign(DoubleMatrix dm)
dm
- the dm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |