Package software.bluelib.api.utils.math
Class MatrixUtils
java.lang.Object
software.bluelib.api.utils.math.MatrixUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic doublecalculate2x2MatrixDeterminant(double[][] pMatrix) static double[][]invert2x2Matrix(double[][] pMatrix) static double[][]multiplyMatrices(double[][] pMatrixA, double[][] pMatrixB) static double[][]transposeMatrix(double[][] pMatrix)
-
Method Details
-
multiplyMatrices
public static double[][] multiplyMatrices(double[][] pMatrixA, double[][] pMatrixB) -
transposeMatrix
public static double[][] transposeMatrix(double[][] pMatrix) -
calculate2x2MatrixDeterminant
public static double calculate2x2MatrixDeterminant(double[][] pMatrix) -
invert2x2Matrix
public static double[][] invert2x2Matrix(double[][] pMatrix)
-