Class GausianMatrix


  • public class GausianMatrix
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[][] getPrvky()  
      int getSize()  
      void setPrvek​(int x, int y, double prvek)  
      • Methods inherited from class java.lang.Object

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

      • GausianMatrix

        public GausianMatrix​(int size)
      • GausianMatrix

        public GausianMatrix​(java.util.ArrayList<TPoint> a)
    • Method Detail

      • getPrvky

        public double[][] getPrvky()
      • getSize

        public int getSize()
      • setPrvek

        public void setPrvek​(int x,
                             int y,
                             double prvek)