PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.util.math.SquareMatrix

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

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.