Class EigenVectorXf


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

      • EigenVectorXf

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

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

      • delete

        public void delete()
      • get

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

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

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

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