Class EigenMatrix2d


  • public class EigenMatrix2d
    extends java.lang.Object
    • Constructor Detail

      • EigenMatrix2d

        public EigenMatrix2d​(long cPtr,
                             boolean cMemoryOwn)
      • EigenMatrix2d

        public EigenMatrix2d​(int dimx,
                             int dimy)
    • Method Detail

      • delete

        public void delete()
      • get

        public double get​(int x,
                          int y)
      • set

        public void set​(int x,
                        int y,
                        double value)
      • get

        public double get​(long row,
                          long column)
      • set

        public void set​(long row,
                        long column,
                        double d)