Uses of Class
org.hortonmachine.gears.utils.math.matrixes.SquareMatrix
-
Packages that use SquareMatrix Package Description org.hortonmachine.gears.utils.math.matrixes -
-
Uses of SquareMatrix in org.hortonmachine.gears.utils.math.matrixes
Subclasses of SquareMatrix in org.hortonmachine.gears.utils.math.matrixes Modifier and Type Class Description classIdentityMatrixFrom: Java Number Cruncher The Java Programmer's Guide to Numerical Computation by Ronald MakclassInvertibleMatrixFrom: Java Number Cruncher The Java Programmer's Guide to Numerical Computation by Ronald Mak A matrix that can be inverted.classLinearSystemFrom: Java Number Cruncher The Java Programmer's Guide to Numerical Computation by Ronald Mak Solve a system of linear equations using LU decomposition.Fields in org.hortonmachine.gears.utils.math.matrixes declared as SquareMatrix Modifier and Type Field Description protected SquareMatrixLinearSystem. LUdecomposed matrix A = LUMethods in org.hortonmachine.gears.utils.math.matrixes that return SquareMatrix Modifier and Type Method Description SquareMatrixSquareMatrix. add(SquareMatrix sm)Add another square matrix to this matrix.SquareMatrixSquareMatrix. multiply(SquareMatrix sm)Multiply this square matrix by another square matrix.SquareMatrixSquareMatrix. subtract(SquareMatrix sm)Subtract another square matrix from this matrix.Methods in org.hortonmachine.gears.utils.math.matrixes with parameters of type SquareMatrix Modifier and Type Method Description SquareMatrixSquareMatrix. add(SquareMatrix sm)Add another square matrix to this matrix.static voidIdentityMatrix. convert(SquareMatrix sm)Convert a square matrix into an identity matrix.SquareMatrixSquareMatrix. multiply(SquareMatrix sm)Multiply this square matrix by another square matrix.SquareMatrixSquareMatrix. subtract(SquareMatrix sm)Subtract another square matrix from this matrix.
-