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