|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmat4j.types.MatObj
mat4j.types.Matrix<java.lang.Double>
mat4j.types.DoubleMatrix
public class DoubleMatrix
Field Summary |
---|
Fields inherited from class mat4j.types.Matrix |
---|
values |
Constructor Summary | |
---|---|
DoubleMatrix(int numRows,
int numColumns)
|
Method Summary | |
---|---|
DoubleMatrix |
add(DoubleMatrix doubleMatrix)
|
DoubleMatrix |
multiply(double scalar)
|
DoubleMatrix |
multiply(DoubleMatrix doubleMatrix)
|
Methods inherited from class mat4j.types.Matrix |
---|
equals, getNumColumns, getNumRows, getValue, hashCode, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DoubleMatrix(int numRows, int numColumns)
Method Detail |
---|
public DoubleMatrix add(DoubleMatrix doubleMatrix)
public DoubleMatrix multiply(DoubleMatrix doubleMatrix)
public DoubleMatrix multiply(double scalar)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |