Uses of Class
pal.math.Matrix
-
Packages that use Matrix Package Description pal.math Classes for math stuff such as optimisation, numerical derivatives, matrix exponentials, random numbers, special function etc. -
-
Uses of Matrix in pal.math
Methods in pal.math that return Matrix Modifier and Type Method Description MatrixMatrix. getAppendedHorizontally(Matrix other)MatrixMatrix. getAppendedVertically(Matrix other)MatrixMatrix. getInverse()Obtains the inverse of a matrix by appending identity and doing row reduction.MatrixMatrix. getMatrixCopy()CloningMatrixMatrix. getMultiplied(double scale)MatrixMatrix. getMultiplied(Matrix other)Multiply as in [this][other]MatrixMatrix. getRowReduced()Peforms a simple row reduction tramsformationMatrixMatrix. getSubsetColumns(int startColumn, int numberToKeep)Returns a new Matrix that is formed from a subset of the colums of this matrixMatrixMatrix. getTranspose()Methods in pal.math with parameters of type Matrix Modifier and Type Method Description MatrixMatrix. getAppendedHorizontally(Matrix other)MatrixMatrix. getAppendedVertically(Matrix other)MatrixMatrix. getMultiplied(Matrix other)Multiply as in [this][other]
-