Class intmatrix

  • Direct Known Subclasses:
    KIntMatrix

    public class intmatrix
    extends java.lang.Object
    A Matrix template
    • Field Detail

      • swigCMemOwn

        protected transient boolean swigCMemOwn
    • Constructor Detail

      • intmatrix

        protected intmatrix​(long cPtr,
                            boolean cMemoryOwn)
      • intmatrix

        public intmatrix​(int nYSize,
                         int nXSize)
      • intmatrix

        public intmatrix​(intmatrix matrix)
    • Method Detail

      • getCPtr

        protected static long getCPtr​(intmatrix obj)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object
      • delete

        public void delete()
      • setMatrix

        public void setMatrix​(int i,
                              int j,
                              int value)
      • SumAll

        public int SumAll()
      • getN

        public int getN()
      • getM

        public int getM()
      • GetMinValue

        public int GetMinValue()
      • GetMaxValue

        public int GetMaxValue()