Class QMatrix

  • Direct Known Subclasses:
    Kernel

    abstract class QMatrix
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      QMatrix()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract float[] get_Q​(int column, int len)  
      (package private) abstract double[] get_QD()  
      (package private) abstract void swap_index​(int i, int j)  
      • Methods inherited from class java.lang.Object

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

      • QMatrix

        QMatrix()
    • Method Detail

      • get_Q

        abstract float[] get_Q​(int column,
                               int len)
      • get_QD

        abstract double[] get_QD()
      • swap_index

        abstract void swap_index​(int i,
                                 int j)