|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lip6.type.matrix.MLMatrix<IntVector[]>
fr.lip6.type.matrix.IntMatrix
public class IntMatrix
| Field Summary |
|---|
| Fields inherited from class fr.lip6.type.matrix.MLMatrix |
|---|
nbCols, nbRows, values |
| Constructor Summary | |
|---|---|
IntMatrix(IntVector[] m)
|
|
| Method Summary | |
|---|---|
MLMatrix<IntVector[]> |
add(MLMatrix<IntVector[]> m)
returns a new matrix sum of this matrix with the argument. |
double |
dot(MLMatrix<IntVector[]> m)
return the dot product between matrices, ie sum of each components product. |
MLMatrix<IntVector[]> |
mult(double d)
produce a new matrix with each component multiplied by a double |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntMatrix(IntVector[] m)
| Method Detail |
|---|
public MLMatrix<IntVector[]> add(MLMatrix<IntVector[]> m)
MLMatrix
add in class MLMatrix<IntVector[]>m - the matrix to add to this
public double dot(MLMatrix<IntVector[]> m)
MLMatrix
dot in class MLMatrix<IntVector[]>public MLMatrix<IntVector[]> mult(double d)
MLMatrix
mult in class MLMatrix<IntVector[]>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||