Uses of Class
net.anwiba.commons.utilities.math.Matrix
-
Packages that use Matrix Package Description net.anwiba.commons.utilities.math -
-
Uses of Matrix in net.anwiba.commons.utilities.math
Methods in net.anwiba.commons.utilities.math that return Matrix Modifier and Type Method Description static MatrixMatrix. matrix(double[][] values)MatrixMatrix. multiply(double value)MatrixMatrix. multiply(Matrix other)MatrixMatrix. subtract(double value)MatrixMatrix. subtract(Matrix other)MatrixMatrix. summate(double value)MatrixMatrix. summate(Matrix other)Methods in net.anwiba.commons.utilities.math with parameters of type Matrix Modifier and Type Method Description MatrixMatrix. multiply(Matrix other)MatrixMatrix. subtract(Matrix other)MatrixMatrix. summate(Matrix other)
-