Class MatrixExamples


  • public class MatrixExamples
    extends java.lang.Object
    Examples that compute solutions of linear equation systems.
    Author:
    Heinz Kredel
    • Constructor Summary

      Constructors 
      Constructor Description
      MatrixExamples()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void example1()  
      static void example2()  
      static void main​(java.lang.String[] argv)  
      • Methods inherited from class java.lang.Object

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

      • main

        public static void main​(java.lang.String[] argv)
      • example1

        public static void example1()
      • example2

        public static void example2()