| Package | Description |
|---|---|
| math.utils |
Utilitary classes, mainly a Matrix class.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.getTranspose()
get the transposed matrix, without changing the inner coefficients of the
original matrix.
|
Matrix |
Matrix.multiplyWith(Matrix matrix)
return the result of the multiplication of the matriux with another one.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.multiplyWith(Matrix matrix)
return the result of the multiplication of the matriux with another one.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.