Class SMatrix


  • public final class SMatrix
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SMatrix()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double[] luSolve​(double[][] m, double[] R)  
      static double[][] mMmultiply​(double[][] a, double[][] b)  
      static double[] mvMultiply​(double[][] a, double[] b)  
      static double[][] transpose​(double[][] a)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SMatrix

        private SMatrix()