PDF Clown
0.1.2

Uses of Class
org.pdfclown.util.math.SquareMatrix

Packages that use SquareMatrix
org.pdfclown.util.math   
 

Uses of SquareMatrix in org.pdfclown.util.math
 

Methods in org.pdfclown.util.math that return SquareMatrix
static SquareMatrix SquareMatrix.get(AffineTransform transform)
          Gets the SquareMatrix representation of an AffineTransform object.
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 SquareMatrix.solve(SquareMatrix target)
          Solves [this] * [return] = [target]
 SquareMatrix LUDecomposition.solve(SquareMatrix target)
          Solves [this] * [return] = [target]
 

Methods in org.pdfclown.util.math with parameters of type SquareMatrix
 SquareMatrix SquareMatrix.solve(SquareMatrix target)
          Solves [this] * [return] = [target]
 SquareMatrix LUDecomposition.solve(SquareMatrix target)
          Solves [this] * [return] = [target]
 

Constructors in org.pdfclown.util.math with parameters of type SquareMatrix
LUDecomposition(SquareMatrix matrix)
           
 


PDF Clown
0.1.2

Project home page

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