|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lip6.type.matrix.MLMatrix<ByteVector[]>
fr.lip6.type.matrix.ByteMatrix
public class ByteMatrix
| Field Summary |
|---|
| Fields inherited from class fr.lip6.type.matrix.MLMatrix |
|---|
nbCols, nbRows, values |
| Constructor Summary | |
|---|---|
ByteMatrix(ByteVector[] m)
|
|
| Method Summary | |
|---|---|
MLMatrix<ByteVector[]> |
add(MLMatrix<ByteVector[]> m)
returns a new matrix sum of this matrix with the argument. |
double |
dot(MLMatrix<ByteVector[]> m)
return the dot product between matrices, ie sum of each components product. |
MLMatrix<ByteVector[]> |
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 ByteMatrix(ByteVector[] m)
| Method Detail |
|---|
public MLMatrix<ByteVector[]> add(MLMatrix<ByteVector[]> m)
MLMatrix
add in class MLMatrix<ByteVector[]>m - the matrix to add to this
public double dot(MLMatrix<ByteVector[]> m)
MLMatrix
dot in class MLMatrix<ByteVector[]>public MLMatrix<ByteVector[]> mult(double d)
MLMatrix
mult in class MLMatrix<ByteVector[]>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||