| 
 | PDF Clown 0.0.8 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SquareMatrix | |
|---|---|
| it.stefanochizzolini.clown.util.math | |
| Uses of SquareMatrix in it.stefanochizzolini.clown.util.math | 
|---|
| Methods in it.stefanochizzolini.clown.util.math that return SquareMatrix | |
|---|---|
| static SquareMatrix | SquareMatrix.getIdentity(int size)Gets the identity matrix. | 
|  SquareMatrix | SquareMatrix.getInverse()Gets the matrix inverse. | 
|  SquareMatrix | LUDecomposition.getL()Gets the lower triangular factor. | 
|  SquareMatrix | SquareMatrix.getMatrix(int[] rowIndexes,
          int startColumnIndex)Gets a submatrix. | 
|  SquareMatrix | LUDecomposition.getU()Gets the upper triangular factor. | 
|  SquareMatrix | LUDecomposition.solve(SquareMatrix target)Solves [this] * [return] = [target] | 
|  SquareMatrix | SquareMatrix.solve(SquareMatrix target)Solves [this] * [return] = [target] | 
| Methods in it.stefanochizzolini.clown.util.math with parameters of type SquareMatrix | |
|---|---|
|  SquareMatrix | LUDecomposition.solve(SquareMatrix target)Solves [this] * [return] = [target] | 
|  SquareMatrix | SquareMatrix.solve(SquareMatrix target)Solves [this] * [return] = [target] | 
| Constructors in it.stefanochizzolini.clown.util.math with parameters of type SquareMatrix | |
|---|---|
| LUDecomposition(SquareMatrix matrix) | |
| 
 | PDF Clown 0.0.8 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||