|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.planeth.common.math.Matrix
Matrix implementation.
| Constructor Summary | |
Matrix(double[][] coefs)
Constructor for Matrix. |
|
| Method Summary | |
void |
addWith(Matrix matrix)
Adds this Matrix with the passed matrix |
java.lang.Object |
clone()
|
double[][] |
getCoefs()
Returns the coefs. |
void |
multipyWith(Matrix matrix)
Multiplies this Matrix with the passed matrix |
java.lang.String |
toString()
Returns the String interpretation of the matrix |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Matrix(double[][] coefs)
coefs - the coefficients for the matrix| Method Detail |
public java.lang.String toString()
public void multipyWith(Matrix matrix)
matrix - Matrix to multiplypublic void addWith(Matrix matrix)
matrix - Matrix to addpublic java.lang.Object clone()
Object.clone()public double[][] getCoefs()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||