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