Class P3Matrix


  • public class P3Matrix
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      P3Matrix()  
      P3Matrix​(int dims, int dim1, int dim2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void insert​(int pos1, int pos2, int dim)  
      • Methods inherited from class java.lang.Object

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

      • P3Matrix

        public P3Matrix()
      • P3Matrix

        public P3Matrix​(int dims,
                        int dim1,
                        int dim2)
    • Method Detail

      • insert

        public void insert​(int pos1,
                           int pos2,
                           int dim)