Class MatrixUtils

java.lang.Object
software.bluelib.api.utils.math.MatrixUtils

public class MatrixUtils extends Object
  • 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)